Added google analytics
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import '../globals.css';
|
||||
|
||||
import { GoogleAnalytics } from '@next/third-parties/google';
|
||||
import { ReactNode } from 'react';
|
||||
|
||||
import { Footer } from '@/components/footer';
|
||||
@ -27,6 +28,7 @@ export default function RootLayout({ children }: RootLayoutProps) {
|
||||
</RegionProvider>
|
||||
<Footer />
|
||||
</body>
|
||||
<GoogleAnalytics gaId='G-R3FGFLLVRX' />
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user