diff --git a/web/src/app.html b/web/src/app.html index a46da024..3ba5c5e9 100644 --- a/web/src/app.html +++ b/web/src/app.html @@ -3,11 +3,12 @@
- - %sveltekit.head% + + %sveltekit.head% + diff --git a/web/src/routes/+layout.svelte b/web/src/routes/+layout.svelte index 90da7833..daaaa830 100644 --- a/web/src/routes/+layout.svelte +++ b/web/src/routes/+layout.svelte @@ -42,6 +42,10 @@ + {#if env.HOST} + + {/if} + {#if device.is.mobile} {/if}