From 67c732649f69110f00421fc3dd574ea490e1d14e Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Sat, 27 Sep 2025 14:15:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E7=AB=AF=E6=97=A0=E6=B3=95=E6=AD=A3=E5=B8=B8=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在nuxt.config.ts中禁用prerender --- nuxt.config.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index a811eb4..f11a1bc 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -69,11 +69,11 @@ export default defineNuxtConfig({ target: 'esnext', }, }, - prerender: { - crawlLinks: false, - routes: ['/'], - ignore: ['/hi'], - }, + // prerender: { + // crawlLinks: false, + // routes: ['/'], + // ignore: ['/hi'], + // }, }, vite: { -- 2.49.0