From 27793337585627bafff773064a50005869f0fe22 Mon Sep 17 00:00:00 2001 From: Alessio Davoli Date: Wed, 19 Jul 2023 18:08:23 +0200 Subject: [PATCH] pre render true --- frontend/src/routes/+layout.svelte | 1 + 1 file changed, 1 insertion(+) 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) {