Files
klz-cables.com/.pnpm-store/v10/files/06/662cc6093380b7c11874061dadbf8487d7324ae41fdc75d42bd28d469313f51dbef4bf48d8fdc51a5effc842fdda745d658f241c2d5bd0ef30f51abda1d67d
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

8 lines
333 B
Plaintext

import type { I18nClient } from '@payloadcms/translations';
import type { Metadata } from 'next';
import type { SanitizedConfig } from 'payload';
export declare const generateNotFoundViewMetadata: ({ config, i18n, }: {
config: SanitizedConfig;
i18n: I18nClient;
}) => Promise<Metadata>;
//# sourceMappingURL=metadata.d.ts.map