refactor: use Nuxt 4 directory structure

This commit is contained in:
AnotiaWang
2025-02-28 16:16:02 +08:00
parent 7a87ed5def
commit c45d75fad2
31 changed files with 33 additions and 28 deletions

View File

@ -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,