From f039fb9574937de395b9e1d6e1ab1a41da90676b Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Mon, 2 Dec 2024 15:09:08 +0800 Subject: [PATCH] chore: remove prerender --- nuxt.config.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 2844673..9847613 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -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, }, @@ -157,6 +152,9 @@ export default defineNuxtConfig({ eslint: { config: { standalone: false, + nuxt: { + sortConfigKeys: true, + }, }, },