mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-27 18:30:32 +01:00
Implement nuxt-content
This commit is contained in:
@@ -3,12 +3,14 @@ export default {
|
||||
{
|
||||
code: 'en',
|
||||
name: 'English',
|
||||
iso: 'en-Us',
|
||||
file: 'en-US.ts',
|
||||
},
|
||||
{
|
||||
code: 'fr',
|
||||
name: 'Français',
|
||||
iso: 'fr-FR',
|
||||
file: 'fr-FR.ts',
|
||||
name: 'Français'
|
||||
},
|
||||
],
|
||||
strategy: 'no_prefix',
|
||||
@@ -19,4 +21,5 @@ export default {
|
||||
vueI18n: {
|
||||
fallbackLocale: 'en',
|
||||
},
|
||||
differentDomains: (process.env.NODE_ENV === 'production')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user