Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit dd03c9a

Browse files
committed
fix: fix spa mode index html (#214)
1 parent 2294524 commit dd03c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/ssr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export class Renderer {
216216
lang: defaultLocale,
217217
head: [],
218218
scripts: this.#app.getSSRHTMLScripts(),
219-
body: '',
219+
body: '<div id="__aleph"></div>',
220220
minify: !this.#app.isDev
221221
})
222222
}

0 commit comments

Comments
 (0)