mirror of
https://github.com/Kizuren/kizuren.dev.git
synced 2025-12-21 13:06:11 +01:00
Project initialization
This commit is contained in:
commit
a98d113641
11 changed files with 16431 additions and 0 deletions
16
nuxt.config.ts
Normal file
16
nuxt.config.ts
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2024-11-01',
|
||||
devtools: { enabled: true },
|
||||
|
||||
modules: [
|
||||
'@nuxt/content',
|
||||
'@nuxt/eslint',
|
||||
'@nuxt/fonts',
|
||||
'@nuxt/icon',
|
||||
'@nuxt/image',
|
||||
'@nuxt/scripts',
|
||||
'@nuxt/test-utils',
|
||||
'@nuxt/ui'
|
||||
]
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue