Files
klz-cables.com/.pnpm-store/v10/files/17/cc18a484f740687c50344879d231ac704c31ccfbcb63657dcbbfbed27d5a79f5d894125a244d2626d3cc442cee99566f3aafae58fac85acd45855b47b7b12e
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
392 B
Plaintext

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