Initial commit

Created from https://vercel.com/new
This commit is contained in:
LukeHagar
2022-12-18 01:30:55 +00:00
commit 77b5d916b5
38 changed files with 16468 additions and 0 deletions

3
src/routes/+page.js Normal file
View File

@@ -0,0 +1,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;