+
+
+
+ 404 Page not found
+
+
+
+
+ );
+}
+
+export default NotFound;
\ No newline at end of file
diff --git a/frontend/viewable-ui/vite.config.js b/frontend/viewable-ui/vite.config.js
index b2a3b80..83f9b80 100644
--- a/frontend/viewable-ui/vite.config.js
+++ b/frontend/viewable-ui/vite.config.js
@@ -4,5 +4,7 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
- server: {}
+ server: {
+ historyApiFallback: true
+ },
})
\ No newline at end of file