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',
|
'fr',
|
||||||
'pt',
|
'pt',
|
||||||
'nl',
|
'nl',
|
||||||
|
'da',
|
||||||
] as const;
|
] as const;
|
||||||
const LANG_REGEX = new RegExp(
|
const LANG_REGEX = new RegExp(
|
||||||
`^/(${SUPPORTED_LANGUAGES.join('|')})(?:/(.*))?$`
|
`^/(${SUPPORTED_LANGUAGES.join('|')})(?:/(.*))?$`
|
||||||
|
|||||||
Reference in New Issue
Block a user