Skip to content

Commit

Permalink
vercel analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamtawli committed Jan 28, 2024
1 parent 41e2fea commit 189f49b
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 14 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@vercel/analytics": "^1.1.2",
"flag": "^5.0.1",
"pnpm": "^8.10.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
34 changes: 34 additions & 0 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion public/data/carvalholeo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"Twitter": "https://twitter.com/_carvalho_leo",
"LinkedIn": "https://www.linkedin.com/in/carvalholeo"
}
}
}
24 changes: 12 additions & 12 deletions public/data/jeremyrayjewell.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "Jeremy Ray Jewell",
"location": "San Antonio, TX, USA",
"bio": "I'm a writer and web developer with a passion for learning and teaching.",
"avatar": "https://github.com/jeremyrayjewell.png",
"portfolio": "www.jeremyrayjewell.com",
"skills": ["Front-End", "Teaching", "Javascript", "React"],
"social": {
"GitHub": "https://github.com/jeremyrayjewell",
"Twitter": "https://twitter.com/jeremyrayjewell",
"LinkedIn": "https://www.linkedin.com/in/jeremyrayjewell"
}
}
"name": "Jeremy Ray Jewell",
"location": "San Antonio, TX, USA",
"bio": "I'm a writer and web developer with a passion for learning and teaching.",
"avatar": "https://github.com/jeremyrayjewell.png",
"portfolio": "www.jeremyrayjewell.com",
"skills": ["Front-End", "Teaching", "Javascript", "React"],
"social": {
"GitHub": "https://github.com/jeremyrayjewell",
"Twitter": "https://twitter.com/jeremyrayjewell",
"LinkedIn": "https://www.linkedin.com/in/jeremyrayjewell"
}
}
2 changes: 1 addition & 1 deletion src/ProfilesList.json
Original file line number Diff line number Diff line change
Expand Up @@ -373,4 +373,4 @@
"carvalholeo.json",
"vladstepway.json",
"mdtanvirahamedshanto.json"
]
]
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ import React from 'react';
import ReactDOM from 'react-dom/client';
import './index.css';
import App from './App';
import { Analytics } from '@vercel/analytics/react';

const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
<React.StrictMode>
<Analytics />
<App />
</React.StrictMode>,
);

0 comments on commit 189f49b

Please sign in to comment.