Remove vercel analytics
This commit is contained in:
parent
03ee678059
commit
ffc43e9071
|
|
@ -15,7 +15,6 @@
|
||||||
"@giraugh/tools": "^1.6.0",
|
"@giraugh/tools": "^1.6.0",
|
||||||
"@js-temporal/polyfill": "^0.4.4",
|
"@js-temporal/polyfill": "^0.4.4",
|
||||||
"@microsoft/microsoft-graph-client": "^3.0.5",
|
"@microsoft/microsoft-graph-client": "^3.0.5",
|
||||||
"@vercel/analytics": "^1.0.1",
|
|
||||||
"accept-language": "^3.0.18",
|
"accept-language": "^3.0.18",
|
||||||
"chroma.ts": "^1.0.10",
|
"chroma.ts": "^1.0.10",
|
||||||
"hue-map": "^1.0.0",
|
"hue-map": "^1.0.0",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
import { Metadata } from 'next'
|
import { Metadata } from 'next'
|
||||||
import { Karla } from 'next/font/google'
|
import { Karla } from 'next/font/google'
|
||||||
import { Analytics } from '@vercel/analytics/react'
|
|
||||||
|
|
||||||
import Egg from '/src/components/Egg/Egg'
|
import Egg from '/src/components/Egg/Egg'
|
||||||
import Settings from '/src/components/Settings/Settings'
|
import Settings from '/src/components/Settings/Settings'
|
||||||
|
|
@ -44,7 +43,6 @@ const RootLayout = async ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
||||||
{children}
|
{children}
|
||||||
|
|
||||||
<Analytics />
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue