Skip to content

Commit

Permalink
add: vercel speed insights
Browse files Browse the repository at this point in the history
  • Loading branch information
srini047 committed Dec 12, 2023
1 parent 2937c81 commit f862659
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
7 changes: 7 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 @@ -8,6 +8,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@vercel/speed-insights": "^1.0.1",
"react": "^18.2.0",
"react-animated-cursor": "^2.5.2",
"react-dom": "^18.2.0",
Expand Down
2 changes: 2 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import "./index.css";
import { Route, Routes } from "react-router-dom";
import AnimatedCursor from "react-animated-cursor";
import { MendableFloatingButton } from "@mendable/search";
import { SpeedInsights } from '@vercel/speed-insights/react';

// Routes
import Home from "./routes/Home";
Expand All @@ -24,6 +25,7 @@ const icon = <img src="https://user-images.githubusercontent.com/81156510/248205
function App() {
return (
<div>
<SpeedInsights />
<AnimatedCursor
color="255, 0, 0"
innerSize={8}
Expand Down

1 comment on commit f862659

@vercel
Copy link

@vercel vercel bot commented on f862659 Dec 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.