diff --git a/src/App.tsx b/src/App.tsx index 074fe568..8bafe4e8 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,5 @@ import { BrowserRouter } from 'react-router-dom'; -import { Analytics } from "@vercel/analytics/react" +import { Analytics } from '@vercel/analytics/react'; function App() { return ( diff --git a/vercel.json b/vercel.json new file mode 100644 index 00000000..7cf4c77c --- /dev/null +++ b/vercel.json @@ -0,0 +1,8 @@ +{ + "rewrites": [ + { + "source": "/(.*)", + "destination": "/index.html" + } + ] +}