Skip to content

Commit

Permalink
build: added vercel analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Njong392 committed Mar 7, 2025
1 parent 18a0f7d commit c2b9832
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 2 deletions.
48 changes: 46 additions & 2 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 @@ -18,6 +18,7 @@
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@vercel/analytics": "^1.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scroll": "^1.8.7"
Expand Down
2 changes: 2 additions & 0 deletions src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import React from "react";
import ReactDOM from "react-dom/client";
import App from "./App";
import "./index.css";
// eslint-disable-next-line no-unused-vars
import { Analytics } from "@vercel/analytics/next";

ReactDOM.createRoot(document.getElementById("root")).render(
<React.StrictMode>
Expand Down

0 comments on commit c2b9832

Please sign in to comment.