10/3/24
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2024-04-03',
|
||||
app: {
|
||||
pageTransition: { name: 'page', mode: 'out-in' }
|
||||
},
|
||||
routeRules: {
|
||||
'/': { prerender: true },
|
||||
'/about/**': { prerender: true },
|
||||
@@ -11,14 +8,10 @@ export default defineNuxtConfig({
|
||||
'/projects/**': { prerender: true }
|
||||
},
|
||||
devtools: { enabled: true },
|
||||
eslint: {
|
||||
lintOnStart: false
|
||||
},
|
||||
modules: [
|
||||
'@nuxt/image',
|
||||
'nuxt-svgo',
|
||||
'@nuxtjs/eslint-module',
|
||||
'@nuxtjs/sitemap',
|
||||
'@nuxt/icon'
|
||||
]
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user