diff --git a/public/404.html b/public/404.html
new file mode 100644
index 00000000..0fcb4e9a
--- /dev/null
+++ b/public/404.html
@@ -0,0 +1,32 @@
+
+
+
+
+
+ Page not found
+
+
+
+
+ Page not found
+ Go home
+
+
diff --git a/vite.config.js b/vite.config.js
index d894d280..c24d4d1a 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -37,6 +37,7 @@ const rollbarCode = fs.readFileSync(
export default defineConfig({
base: './',
envPrefix: allowedEnvPrefixes,
+ appType: 'mpa',
mode: NODE_ENV,
define: {
__BUILD_TIME__: JSON.stringify(now),