Skip to content

Commit

Permalink
chore: remove prerender
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Dec 2, 2024
1 parent f034134 commit f039fb9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ export default defineNuxtConfig({
target: 'esnext',
},
},
prerender: {
crawlLinks: false,
routes: ['/'],
ignore: ['/assets/js/CubismSdkForWeb-5-r.1/Core/live2dcubismcore.min.js'],
},
experimental: {
websocket: true,
},
Expand Down Expand Up @@ -157,6 +152,9 @@ export default defineNuxtConfig({
eslint: {
config: {
standalone: false,
nuxt: {
sortConfigKeys: true,
},
},
},

Expand Down

0 comments on commit f039fb9

Please sign in to comment.