diff options
-rw-r--r-- | packages/astro/src/@types/astro.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index 5ef43ff99..0650f901b 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -1494,7 +1494,7 @@ export interface AstroUserConfig { * @description * * Controls the routing strategy to determine your site URLs. Set this based on your folder/URL path configuration for your default language. - * + * */ // prettier-ignore routing?: |