full site update
This commit is contained in:
4
node_modules/astro/dist/virtual-modules/i18n.js
generated
vendored
4
node_modules/astro/dist/virtual-modules/i18n.js
generated
vendored
@@ -131,10 +131,10 @@ if (i18n?.routing === "manual") {
|
||||
fallbackType = toFallbackType(customOptions);
|
||||
const manifest = {
|
||||
...i18n,
|
||||
fallback: void 0,
|
||||
strategy,
|
||||
domainLookupTable: {},
|
||||
fallbackType
|
||||
fallbackType,
|
||||
fallback: i18n.fallback
|
||||
};
|
||||
return I18nInternals.createMiddleware(manifest, base, trailingSlash, format);
|
||||
};
|
||||
|
Reference in New Issue
Block a user