diff --git a/rsbuild.config.ts b/rsbuild.config.ts index 4a53dd1..bf42350 100644 --- a/rsbuild.config.ts +++ b/rsbuild.config.ts @@ -3,9 +3,6 @@ import { pluginSvelte } from "@rsbuild/plugin-svelte"; export default defineConfig({ plugins: [pluginSvelte()], - dev: { - assetPrefix: "/LES/", - }, output: { assetPrefix: "/LES/", }, diff --git a/src/App.svelte b/src/App.svelte index 90d36f3..4ffbb09 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -24,6 +24,7 @@ } from "./state.svelte"; import HomepageLogo from "/public/homepagelogo.png"; + import Favicon from "/public/favicon.png"; const dashboard = getDashboard(); const currentComponent = getComponent(); @@ -73,7 +74,7 @@ name="description" content="A simulation tool for comparing schedulable load algorithms and twinworlds in a local energy system environment." /> - + diff --git a/src/Sidebar.svelte b/src/Sidebar.svelte index e567372..faa2bc0 100644 --- a/src/Sidebar.svelte +++ b/src/Sidebar.svelte @@ -1,6 +1,12 @@