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: {