📈 Add vercel speed insights
This commit is contained in:
		| @@ -4,6 +4,7 @@ import { | ||||
|   DocumentHeadTagsProps, | ||||
|   documentGetInitialProps, | ||||
| } from '@mui/material-nextjs/v15-pagesRouter' | ||||
| import { SpeedInsights } from '@vercel/speed-insights/next' | ||||
| import { Html, Head, Main, NextScript, DocumentContext, DocumentProps } from 'next/document' | ||||
|  | ||||
| export default function Document(props: DocumentProps & DocumentHeadTagsProps) { | ||||
| @@ -16,6 +17,7 @@ export default function Document(props: DocumentProps & DocumentHeadTagsProps) { | ||||
|         <body className="antialiased"> | ||||
|           <Main /> | ||||
|           <NextScript /> | ||||
|           <SpeedInsights /> | ||||
|         </body> | ||||
|       </Html> | ||||
|     </AppCacheProvider> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user