This commit is contained in:
parent
6aea39b08c
commit
2779333758
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
import { onMount } from 'svelte'
|
import { onMount } from 'svelte'
|
||||||
import BottomAppBar from '$lib/components/BottomAppBar.svelte';
|
import BottomAppBar from '$lib/components/BottomAppBar.svelte';
|
||||||
$: webManifestLink = pwaInfo ? pwaInfo.webManifest.linkTag : ''
|
$: webManifestLink = pwaInfo ? pwaInfo.webManifest.linkTag : ''
|
||||||
|
export const prerender = true;
|
||||||
|
|
||||||
onMount(async () => {
|
onMount(async () => {
|
||||||
if (pwaInfo) {
|
if (pwaInfo) {
|
||||||
|
|
Loading…
Reference in a new issue