diff --git a/sites/magefront/src/routes/+page.svelte b/sites/magefront/src/routes/+page.svelte
index 6111e2d..fe85f67 100644
--- a/sites/magefront/src/routes/+page.svelte
+++ b/sites/magefront/src/routes/+page.svelte
@@ -2,6 +2,10 @@
import { base } from '$app/paths'
import Footer from '$lib/components/Footer.svelte'
import Header from '$lib/components/Header.svelte'
+
+ // This is a hack to get around the fact that SvelteKit doesn't
+ // insert the base path into the href attribute of the main button ???
+ const weird = base