From e756cf8ba6f85eabcb5e4f97405f1e97b983b7dc Mon Sep 17 00:00:00 2001 From: lzw-723 Date: Thu, 9 Apr 2026 22:41:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=89=8D=E7=AB=AFlint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/svelte.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/svelte.config.js b/web/svelte.config.js index fc15963..377adf1 100644 --- a/web/svelte.config.js +++ b/web/svelte.config.js @@ -7,7 +7,7 @@ const config = { adapter: adapter({ // 前端服务端口,通过环境变量配置 env: { port: process.env.PORT ?? '3000', host: process.env.HOST ?? '0.0.0.0' }, - fallback: "index.html" + fallback: 'index.html' }) }, vitePlugin: {