refactor: use Nuxt 4 directory structure
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import en from '~/i18n/en.json'
|
||||
import zh from '~/i18n/zh.json'
|
||||
import nl from '~/i18n/nl.json'
|
||||
import en from '~~/i18n/en.json'
|
||||
import zh from '~~/i18n/zh.json'
|
||||
import nl from '~~/i18n/nl.json'
|
||||
|
||||
export default defineI18nConfig(() => ({
|
||||
legacy: false,
|
||||
|
Reference in New Issue
Block a user