testing
321 bytes View directory
1
import { dev } from '$app/environment';3
// we don't need any JS on this page, though we'll load4
// it in dev so that we get hot module replacement5
export const csr = dev;7
// since there's no dynamic data here, we can prerender8
// it so that it gets served as a static asset in production9
export const prerender = true;