Files
klz-cables.com/.pnpm-store/v10/files/4a/4f96fac72a8490c4aba8b706f0508bf294c01918e335f1276d9e32493f0a77a967b64bd7faf602b17fa57e3c0b59f1cae82e1b655d1848a5e8101a96fec8ad
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
1.2 KiB
Plaintext

{"version":3,"file":"metadata.js","names":["generateMetadata","generateBrowseByFolderMetadata","args","config","i18n","title","t","description","keywords","admin","meta","serverURL"],"sources":["../../../src/views/BrowseByFolder/metadata.ts"],"sourcesContent":["import type { Metadata } from 'next'\n\nimport type { GenerateViewMetadata } from '../Root/index.js'\n\nimport { generateMetadata } from '../../utilities/meta.js'\n\nexport const generateBrowseByFolderMetadata = async (\n args: Parameters<GenerateViewMetadata>[0],\n): Promise<Metadata> => {\n const { config, i18n } = args\n\n const title: string = i18n.t('folder:browseByFolder')\n const description: string = ''\n const keywords: string = ''\n\n return generateMetadata({\n ...(config.admin.meta || {}),\n description,\n keywords,\n serverURL: config.serverURL,\n title,\n })\n}\n"],"mappings":"AAIA,SAASA,gBAAgB,QAAQ;AAEjC,OAAO,MAAMC,8BAAA,GAAiC,MAC5CC,IAAA;EAEA,MAAM;IAAEC,MAAM;IAAEC;EAAI,CAAE,GAAGF,IAAA;EAEzB,MAAMG,KAAA,GAAgBD,IAAA,CAAKE,CAAC,CAAC;EAC7B,MAAMC,WAAA,GAAsB;EAC5B,MAAMC,QAAA,GAAmB;EAEzB,OAAOR,gBAAA,CAAiB;IACtB,IAAIG,MAAA,CAAOM,KAAK,CAACC,IAAI,IAAI,CAAC,CAAC;IAC3BH,WAAA;IACAC,QAAA;IACAG,SAAA,EAAWR,MAAA,CAAOQ,SAAS;IAC3BN;EACF;AACF","ignoreList":[]}