From 80cd4d91a8846088a07e007344ead78a8f2d7b82 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 28 Jul 2025 21:26:45 +0800 Subject: [PATCH] . --- php_pc/nuxt.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/php_pc/nuxt.config.ts b/php_pc/nuxt.config.ts index 31507a5..505521c 100644 --- a/php_pc/nuxt.config.ts +++ b/php_pc/nuxt.config.ts @@ -49,13 +49,12 @@ export default defineNuxtConfig({ inline: ['@matechat/core'] }, preset: 'node-server', - }, prerender: { routes: [], crawlLinks: false, failOnError: false }, - + }, vite: { ssr: { noExternal: ['@matechat/core'],