diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index b218a42..eb7fb4c 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -17,8 +17,8 @@ function App() { : } /> : } /> : } /> - : } /> - : } /> + : } /> + : } /> ); diff --git a/frontend/vercel.json b/frontend/vercel.json new file mode 100644 index 0000000..29c0269 --- /dev/null +++ b/frontend/vercel.json @@ -0,0 +1,8 @@ +{ + "rewrites": [ + { + "source": "/(.*)", + "destination": "/index.html" + } + ] +} \ No newline at end of file