rowt/rot_app/src/routes/+page.ts
2023-06-16 20:11:42 +02:00

4 lines
148 B
TypeScript

// since there's no dynamic data here, we can prerender
// it so that it gets served as a static asset in production
export const prerender = true;