From 9fb0aa28224be0fc9f15025444b97a444233604e Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Sat, 30 Mar 2024 15:35:33 +0100 Subject: [PATCH] Fix favicon basepath --- src/app.html | 36 ------------------------------------ src/routes/+page.svelte | 38 +++++++++++++++++++++++++++++++++++++- static/.nojekyll | 0 3 files changed, 37 insertions(+), 37 deletions(-) create mode 100644 static/.nojekyll diff --git a/src/app.html b/src/app.html index 06db93a..f273cc5 100644 --- a/src/app.html +++ b/src/app.html @@ -3,42 +3,6 @@ - - - - - - %sveltekit.head% diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index eb35fb0..eb3cfd1 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,5 +1,5 @@