diff --git a/src/routes/celebrate/+page.js b/src/routes/celebrate/+page.js deleted file mode 100644 index e739ef4..0000000 --- a/src/routes/celebrate/+page.js +++ /dev/null @@ -1,9 +0,0 @@ -import { dev } from '$app/environment'; - -// we don't need any JS on this page, though we'll load -// it in dev so that we get hot module replacement -export const csr = dev; - -// 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;