summaryrefslogtreecommitdiff
path: root/src/routes/+page.ts
blob: a72419a63f412b459a8170094727c90e7dbf48d1 (plain) (blame)
1
2
3
// 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;