refactor: move shared config into ~/config/

This commit is contained in:
Daniel Roe 2022-12-06 21:04:38 +00:00
parent 7a07d21b76
commit 83d313c47b
No known key found for this signature in database
GPG key ID: 22D5008E4F5D9B55
2 changed files with 2 additions and 5 deletions

View file

@ -1,6 +1,6 @@
import Inspect from 'vite-plugin-inspect'
import { isCI, isDevelopment } from 'std-env'
import { i18n } from './modules/i18n-configuration'
import { i18n } from './config/i18n'
export default defineNuxtConfig({
ssr: false,