From ea411e9e353659850f6ad60c99d5075eef3bb731 Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Mon, 2 Sep 2024 12:34:03 +0200 Subject: [PATCH] Fix user-facing type for `i18n.routing.fallbackType` --- packages/astro/src/@types/astro.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 0b4f7c0ef3dd..9087858f1115 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -1703,7 +1703,7 @@ export interface AstroUserConfig { * }) * ``` */ - fallbackType: 'redirect' | 'rewrite'; + fallbackType?: 'redirect' | 'rewrite'; /** * @name i18n.routing.strategy