Files
klz-cables.com/.pnpm-store/v10/files/b8/cc43968fa1242f2772a7d977b8c3a4afc0c328339babd623ccfb13ef18568da432d5114d3f09c50ba93e18c41b366cf609f65b1683f93e5e339ffab7a0fcfe
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
408 B
Plaintext

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