Skip to content

Commit

Permalink
Merge pull request #35 from Ameciclo/google-analytics
Browse files Browse the repository at this point in the history
added Google Analytics tag
  • Loading branch information
iacapuca authored Jun 17, 2024
2 parents 96e85ee + eb55a17 commit 7ea091e
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 7ea091e

Please sign in to comment.