mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +00:00
perf(splashscreen): make splashscreen prerenderred, slightly faster (#98)
This commit is contained in:
parent
183af3fb84
commit
bdf99ee196
@ -26,7 +26,7 @@
|
||||
},
|
||||
{
|
||||
"url": "/splashscreen",
|
||||
"visible": false,
|
||||
"visible": true,
|
||||
"label": "splashscreen"
|
||||
}
|
||||
]
|
||||
|
3
apps/desktop/src/routes/splashscreen/+page.ts
Normal file
3
apps/desktop/src/routes/splashscreen/+page.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export const prerender = true
|
||||
export const ssr = true
|
||||
export const csr = false
|
Loading…
x
Reference in New Issue
Block a user