diff --git a/_redirects b/_redirects
deleted file mode 100644
index 270cd338..00000000
--- a/_redirects
+++ /dev/null
@@ -1,3 +0,0 @@
-# Redirects from what the browser requests to what we serve
-/login /
-/register /
diff --git a/build.config.ts b/build.config.ts
new file mode 100644
index 00000000..ec8a41d0
--- /dev/null
+++ b/build.config.ts
@@ -0,0 +1,3 @@
+export default {
+ base: '/',
+};
diff --git a/config.json b/config.json
index 0ff493a1..484c7cd7 100644
--- a/config.json
+++ b/config.json
@@ -8,5 +8,10 @@
"mozilla.org",
"xmr.se"
],
- "allowCustomHomeservers": true
+ "allowCustomHomeservers": true,
+
+ "hashRouter": {
+ "enabled": false,
+ "basename": "/"
+ }
}
diff --git a/index.html b/index.html
index 6bc955c1..48f8e69e 100644
--- a/index.html
+++ b/index.html
@@ -96,6 +96,6 @@
-
+