diff --git a/client/App.tsx b/client/App.tsx
index d5b66489..0a0ad2b1 100644
--- a/client/App.tsx
+++ b/client/App.tsx
@@ -98,6 +98,8 @@ const App = () => (
} />
} />
+ {/* Explicit 404 route for static hosting fallbacks */}
+ } />
{/* ADD ALL CUSTOM ROUTES ABOVE THE CATCH-ALL "*" ROUTE */}
} />