feat: first MVP

This commit is contained in:
2025-03-13 10:26:23 +01:00
parent 2b1b46b67a
commit c37a570836
14 changed files with 419 additions and 13 deletions

View File

@ -6,9 +6,10 @@ const config = {
// Consult https://svelte.dev/docs/kit/integrations
// for more information about preprocessors
preprocess: vitePreprocess(),
kit: {
adapter: adapter()
adapter: adapter({
fallback: 'index.html'
})
}
};