Port pwa config over from coracle
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
import {onMount} from "svelte"
|
||||
import {goto} from "$app/navigation"
|
||||
|
||||
onMount(() => goto("/home"))
|
||||
// onMount(() => goto("/home"))
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user