diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..222861c --- /dev/null +++ b/.prettierrc @@ -0,0 +1,4 @@ +{ + "tabWidth": 2, + "useTabs": false +} diff --git a/src/lib/assets/pictures/pic0.png b/src/lib/assets/pictures/pic0.png new file mode 100644 index 0000000..e69de29 diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 278bda4..e693985 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,5 +1,16 @@ @@ -20,15 +31,14 @@ Modlist - + \ No newline at end of file diff --git a/src/routes/gallery/+page.js b/src/routes/gallery/+page.js deleted file mode 100644 index e739ef4..0000000 --- a/src/routes/gallery/+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;