This repository has been archived on 2024-08-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
chellaris-sign-up-site/src/routes/+page.ts

3 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;