diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index 76f5ca9..b9e20ad 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -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) {