diff --git a/vite.config.ts b/vite.config.ts index a1f8c2f..8fd0b48 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -26,6 +26,7 @@ const SUPPORTED_LANGUAGES = [ 'fr', 'pt', 'nl', + 'da', ] as const; const LANG_REGEX = new RegExp( `^/(${SUPPORTED_LANGUAGES.join('|')})(?:/(.*))?$`