diff --git a/frontend/ui/src/app.html b/frontend/ui/src/app.html index fe62833c..f23bf00a 100644 --- a/frontend/ui/src/app.html +++ b/frontend/ui/src/app.html @@ -5,6 +5,7 @@ + %sveltekit.head% diff --git a/frontend/ui/src/routes/+layout.svelte b/frontend/ui/src/routes/+layout.svelte index 27fa4128..ae3318d6 100644 --- a/frontend/ui/src/routes/+layout.svelte +++ b/frontend/ui/src/routes/+layout.svelte @@ -15,7 +15,6 @@ - {#if $challengeInfo} {$challengeInfo.title} diff --git a/frontend/ui/svelte.config.js b/frontend/ui/svelte.config.js index 90e1ca8b..2a822529 100644 --- a/frontend/ui/svelte.config.js +++ b/frontend/ui/svelte.config.js @@ -8,6 +8,7 @@ const config = { }), paths: { // base: '/2022', + relative: false, }, } };