Port pwa config over from coracle

This commit is contained in:
Jon Staab
2024-10-22 16:23:54 -07:00
parent 210e358dc5
commit 6870f569b1
13 changed files with 5167 additions and 108 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
import {onMount} from "svelte"
import {goto} from "$app/navigation"
onMount(() => goto("/home"))
// onMount(() => goto("/home"))
</script>