Files
klz-cables.com/.pnpm-store/v10/files/ae/657ef1d6cd884d3bed255a7b1e9235f3be76526103999b26d83192a3f8047bf8153ea45dab5bdac4846341613439534b65155b22c783f921ea04e52f937d49
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

13 lines
370 B
Plaintext

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