Skip to content

Commit

Permalink
added Google Analytics tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dvalenca committed Apr 19, 2024
1 parent 96e85ee commit eb55a17
Show file tree
Hide file tree
Showing 3 changed files with 682 additions and 594 deletions.
2 changes: 2 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import React from "react";
import { SEO } from "./components/SEO";
import { Navbar } from "./components/Navbar";
import { Footer } from "./components/Footer";
import { GoogleAnalytics } from "@next/third-parties/google";

export const metadata = {
title: "Plataforma de Dados da Ameciclo",
Expand Down Expand Up @@ -38,6 +39,7 @@ export default function RootLayout({
<Footer />
</div>
</body>
<GoogleAnalytics gaId="G-PQNS7S7FD3" />
</html>
);
}
Loading

0 comments on commit eb55a17

Please sign in to comment.