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

11 lines
358 B
Plaintext

import { generateMetadata } from '../../utilities/meta.js';
export const generateNotFoundViewMetadata = async ({
config,
i18n
}) => generateMetadata({
description: i18n.t('general:pageNotFound'),
keywords: `404 ${i18n.t('general:notFound')}`,
serverURL: config.serverURL,
title: i18n.t('general:notFound')
});
//# sourceMappingURL=metadata.js.map