From 39fe6b07270546d9a1f39b2c5013fcaad483c037 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 28 Jul 2025 19:46:39 +0800 Subject: [PATCH] . --- php_pc/nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_pc/nuxt.config.ts b/php_pc/nuxt.config.ts index 523f2f6..31507a5 100644 --- a/php_pc/nuxt.config.ts +++ b/php_pc/nuxt.config.ts @@ -49,11 +49,11 @@ export default defineNuxtConfig({ inline: ['@matechat/core'] }, preset: 'node-server', + }, prerender: { routes: [], crawlLinks: false, failOnError: false - } }, vite: {