sk-node / app /src /routes /+page.ts
Ron Au
build(app): Add SvelteKit
6c12e37
raw
history blame contribute delete
148 Bytes
// 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;