Skip to content

Commit

Permalink
v1.4.3: Add Google Analytics support
Browse files Browse the repository at this point in the history
  • Loading branch information
llaoj committed Oct 24, 2024
1 parent 6d8b2cb commit f7289e7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import "@/app/globals.css";
import { ReactNode } from "react";
import { getTranslations } from "next-intl/server";
import type { Viewport } from "next";
import { GoogleAnalytics } from '@next/third-parties/google'
import { GoogleAnalytics } from "@next/third-parties/google";

export async function generateMetadata({
params: { locale },
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gcopy",
"version": "1.4.2",
"version": "1.4.3",
"private": true,
"scripts": {
"dev": "next dev -p 3375 --experimental-https",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.4.2
v1.4.3

0 comments on commit f7289e7

Please sign in to comment.