File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 33 "private" : true ,
44 "version" : " 1.0.0" ,
55 "description" : " Web Performance Snippets" ,
6- "main" : " index.js" ,
76 "scripts" : {
87 "build" : " npx next build" ,
98 "test" : " echo \" Error: no test specified\" && exit 1"
1716 "author" : " Joan Leon | @nucliweb" ,
1817 "license" : " MIT" ,
1918 "dependencies" : {
20- "@vercel/analytics" : " ^1.0.1" ,
2119 "next" : " ^13.4.4" ,
2220 "next-cloudinary" : " ^4.12.0" ,
2321 "nextra" : " ^2.6.2" ,
Original file line number Diff line number Diff line change 1- import { Analytics } from '@vercel/analytics/react' ;
2-
31function WebPerfSnippets ( { Component, pageProps } ) {
4- return (
5- < >
6- < Component { ...pageProps } />
7- < Analytics />
8- </ >
9- ) ;
2+ return < Component { ...pageProps } /> ;
103}
11-
4+
125export default WebPerfSnippets ;
You can’t perform that action at this time.
0 commit comments