build: 关闭SSR

- 项目采用SPA模式
This commit is contained in:
2025-12-22 14:24:04 +08:00
parent 724071af02
commit feada70221
4 changed files with 26 additions and 10 deletions

1
src/routes/+layout.ts Normal file
View File

@ -0,0 +1 @@
export const ssr = false;