♻️ Remove vercel stuff
This commit is contained in:
parent
45dd0ebcb9
commit
4682aa000f
@ -21,7 +21,6 @@
|
||||
"@mui/x-charts": "^7.23.6",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@toolpad/core": "^0.11.0",
|
||||
"@vercel/speed-insights": "^1.1.0",
|
||||
"animate.css": "^4.1.1",
|
||||
"axios": "^1.7.9",
|
||||
"axios-case-converter": "^1.1.1",
|
||||
|
@ -4,7 +4,6 @@ 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) {
|
||||
@ -17,7 +16,6 @@ export default function Document(props: DocumentProps & DocumentHeadTagsProps) {
|
||||
<body className="antialiased">
|
||||
<Main />
|
||||
<NextScript />
|
||||
<SpeedInsights />
|
||||
</body>
|
||||
</Html>
|
||||
</AppCacheProvider>
|
||||
|
Loading…
x
Reference in New Issue
Block a user