Skip to content

Commit

Permalink
Merge pull request #14 from 9oormDari/dev
Browse files Browse the repository at this point in the history
dev to Main
  • Loading branch information
Mintae Kim authored Sep 26, 2024
2 parents bf0909f + 0ab02db commit 3fb594e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
8 changes: 8 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}

0 comments on commit 3fb594e

Please sign in to comment.