Files
klz-cables.com/.pnpm-store/v10/files/ac/c14fff7c66deab4ab2ed7cc6e57e52f0d6e0d9fe8a527816b11d9e0ff86d14263f7d8ee64cbe255c65b03e8c44b583448585476b4f63a441418e6eee6fb777
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

3 lines
129 B
Plaintext

export const slugify = (val)=>val?.replace(/ /g, '-').replace(/[^\w-]+/g, '').toLowerCase();
//# sourceMappingURL=slugify.js.map