diff --git a/src/lib/components/Nav.svelte b/src/lib/components/Nav.svelte index ec3eb529..745fadf4 100644 --- a/src/lib/components/Nav.svelte +++ b/src/lib/components/Nav.svelte @@ -1,4 +1,5 @@ diff --git a/static/favicon.png b/static/favicon.png index 825b9e65..eecd87f1 100644 Binary files a/static/favicon.png and b/static/favicon.png differ diff --git a/svelte.config.js b/svelte.config.js index 073a87d0..fc52c8ef 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -16,6 +16,9 @@ const config = { $components: 'src/lib/components', $stores: 'src/lib/stores', $gen: 'gen' + }, + paths: { + base: '/website' } } };