This commit is contained in:
2024-10-03 16:22:20 +09:00
parent e512da9a48
commit d865938430
62 changed files with 931 additions and 905 deletions

View File

@@ -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'
]
})
})