perf(splashscreen): make splashscreen prerenderred, slightly faster (#98)

This commit is contained in:
Huakun Shen 2025-02-11 08:29:47 -05:00 committed by GitHub
parent 183af3fb84
commit bdf99ee196
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -26,7 +26,7 @@
},
{
"url": "/splashscreen",
"visible": false,
"visible": true,
"label": "splashscreen"
}
]

View File

@ -0,0 +1,3 @@
export const prerender = true
export const ssr = true
export const csr = false