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

9 lines
224 B
Plaintext

/**
* Should be called in `i18n/request.ts` to create the configuration for the current request.
*/
function getRequestConfig(createRequestConfig) {
return createRequestConfig;
}
export { getRequestConfig as default };