1
0
forked from wrenn/wrenn

Fix static build: disable prerender for dynamic capsule detail route

The [id] route cannot be prerendered at build time since IDs are unknown.
With adapter-static's index.html fallback, the route is handled client-side.
This commit is contained in:
2026-03-26 02:13:12 +06:00
parent b0a8b498a8
commit 139f86bf9c

View File

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