pt1
This commit is contained in:
@@ -7,6 +7,7 @@ import ChatwootWidget from "./components/ChatwootWidget"
|
||||
// Add spyware
|
||||
import { Analytics } from "@vercel/analytics/react"
|
||||
import { GoogleAnalytics } from '@next/third-parties/google'
|
||||
import { SpeedInsights } from "@vercel/speed-insights/next"
|
||||
|
||||
const geistSans = localFont({
|
||||
src: "./fonts/GeistVF.woff",
|
||||
@@ -33,6 +34,7 @@ export default function RootLayout({ children }) {
|
||||
{children}
|
||||
<Footer />
|
||||
<Analytics />
|
||||
<SpeedInsights />
|
||||
<GoogleAnalytics gaId="G-TN7ZL1Y4CC" />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user