mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-06-24 18:54:21 +00:00
feat(tree-wide): init
This commit is contained in:
parent
c55d4ac9fc
commit
0dcd234614
93 changed files with 123 additions and 43291 deletions
18
nuxt.config.ts
Normal file
18
nuxt.config.ts
Normal file
|
@ -0,0 +1,18 @@
|
|||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2025-05-15',
|
||||
devtools: { enabled: true },
|
||||
target: 'static',
|
||||
// make static output
|
||||
ssr: false,
|
||||
nitro: {
|
||||
preset: 'static'
|
||||
},
|
||||
modules: [
|
||||
'@nuxt/content',
|
||||
'@nuxt/eslint',
|
||||
'@nuxt/fonts',
|
||||
'@nuxt/icon',
|
||||
'@nuxt/image'
|
||||
]
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue