Files
klz-cables.com/.pnpm-store/v10/files/6b/a1c09fed6787a0ded04111f8e0f3dc9da728aa0342442212a0d94611564a86e75956d23b491d15b3db8afbee0d2f14f95e321aeadc1902f707d5f2e7fd8436
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
415 B
Plaintext

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