Files
klz-cables.com/.pnpm-store/v10/files/a6/9105850f82cbf0cb5d5e0c221ab00f0888772404731e11e91c788aeb03f1610a28de4edab277811398c20800d3f1de003e1d73750ad09a60d01713774f15d8
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

1 line
367 B
Plaintext

{"version":3,"sources":["../../src/utilities/slugify.ts"],"sourcesContent":["export const slugify = (val?: string): string | undefined =>\n val\n ?.replace(/ /g, '-')\n .replace(/[^\\w-]+/g, '')\n .toLowerCase()\n"],"names":["slugify","val","replace","toLowerCase"],"mappings":"AAAA,OAAO,MAAMA,UAAU,CAACC,MACtBA,KACIC,QAAQ,MAAM,KACfA,QAAQ,YAAY,IACpBC,cAAa"}