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
@@ -74,7 +74,7 @@ export const INDEXER_RELAYS = [
"wss://relay.nostr.band/",
]
export const PLATFORM_LOGO = import.meta.env.VITE_PLATFORM_LOGO
export const PLATFORM_LOGO = "/pwa-192x192.png"
export const PLATFORM_NAME = import.meta.env.VITE_PLATFORM_NAME
+1 -1
View File
@@ -2,5 +2,5 @@
import {onMount} from "svelte"
import {goto} from "$app/navigation"
onMount(() => goto("/home"))
// onMount(() => goto("/home"))
</script>