Update vite.config.ts
Added Danish.
This commit is contained in:
committed by
GitHub
parent
abba411cf0
commit
13484e3e44
@@ -26,6 +26,7 @@ const SUPPORTED_LANGUAGES = [
|
||||
'fr',
|
||||
'pt',
|
||||
'nl',
|
||||
'da',
|
||||
] as const;
|
||||
const LANG_REGEX = new RegExp(
|
||||
`^/(${SUPPORTED_LANGUAGES.join('|')})(?:/(.*))?$`
|
||||
|
||||
Reference in New Issue
Block a user