From 556b2207825fa6d788b9b5f0e99664e4bb51e1fa Mon Sep 17 00:00:00 2001 From: Thomas Buckley-Houston Date: Tue, 10 Feb 2026 15:38:53 +0100 Subject: [PATCH] Add Umami logs to map webapp as well --- website/public/index.html | 13 +++++++++++++ website/rsbuild.config.ts | 3 +++ website/src/Layout.svelte | 4 ---- 3 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 website/public/index.html diff --git a/website/public/index.html b/website/public/index.html new file mode 100644 index 0000000..716737d --- /dev/null +++ b/website/public/index.html @@ -0,0 +1,13 @@ + + + + + + All The Views + + + +
+ + + diff --git a/website/rsbuild.config.ts b/website/rsbuild.config.ts index 738fb29..24fd483 100644 --- a/website/rsbuild.config.ts +++ b/website/rsbuild.config.ts @@ -8,6 +8,9 @@ export default defineConfig({ // See: https://github.com/sveltejs/svelte-loader?tab=readme-ov-file#hot-reload hmr: false, }, + html: { + template: './public/index.html', + }, tools: { rspack: { module: { diff --git a/website/src/Layout.svelte b/website/src/Layout.svelte index 1ddff08..614aa87 100644 --- a/website/src/Layout.svelte +++ b/website/src/Layout.svelte @@ -35,10 +35,6 @@ }); - - All The Views - -