Files
klz-cables.com/.pnpm-store/v10/files/70/37f3fe2acc01a2c53f5b5fca546dfcbcbfd62cb621c8caba55975b5aab32ec2e8afe0478e20df452bdcdfb9bcab3ff3f626377083dacd31d3b78ed5521fb58
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

14 lines
385 B
Plaintext

import { generateMetadata } from '../../utilities/meta.js';
export const generateUnauthorizedViewMetadata = async ({
config,
i18n: {
t
}
}) => generateMetadata({
description: t('error:unauthorized'),
keywords: t('error:unauthorized'),
serverURL: config.serverURL,
title: t('error:unauthorized'),
...(config.admin.meta || {})
});
//# sourceMappingURL=metadata.js.map