init project

This commit is contained in:
2024-02-21 21:11:30 +01:00
parent 3f3c80b8b3
commit 5ae998e42f
15 changed files with 1362 additions and 0 deletions

View File

@@ -0,0 +1 @@
export const prerender = true;

View File

@@ -0,0 +1,2 @@
<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>