Skip to content

Commit

Permalink
Fix user-facing type for i18n.routing.fallbackType
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Sep 2, 2024
1 parent 39d330f commit ea411e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,7 @@ export interface AstroUserConfig {
* })
* ```
*/
fallbackType: 'redirect' | 'rewrite';
fallbackType?: 'redirect' | 'rewrite';

/**
* @name i18n.routing.strategy
Expand Down

0 comments on commit ea411e9

Please sign in to comment.