pre render true
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Alessio Davoli 2023-07-19 18:08:23 +02:00
parent 6aea39b08c
commit 2779333758

View file

@ -3,6 +3,7 @@
import { onMount } from 'svelte'
import BottomAppBar from '$lib/components/BottomAppBar.svelte';
$: webManifestLink = pwaInfo ? pwaInfo.webManifest.linkTag : ''
export const prerender = true;
onMount(async () => {
if (pwaInfo) {