Skip to content

Commit

Permalink
Vercel Web Analytics 연동
Browse files Browse the repository at this point in the history
  • Loading branch information
karpitony committed Sep 16, 2024
1 parent 39a5023 commit 22d4dc7
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
28 changes: 28 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@vercel/analytics": "^1.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
Expand Down
2 changes: 2 additions & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ import Game from "./components/game/Game";
import Header from "./components/Header";
import Footer from "./components/Footer";
import Content from "./components/Content";
import { Analytics } from "@vercel/analytics/react"

function App() {
return (
<>
<Analytics />
<Header />

<Content isMain>
Expand Down

0 comments on commit 22d4dc7

Please sign in to comment.