Skip to content

Commit

Permalink
Merge pull request #6 from seemorg/dev
Browse files Browse the repository at this point in the history
add GA & remove useless package
  • Loading branch information
ahmedriad1 authored Apr 24, 2024
2 parents de980f2 + 899bcf0 commit e8f3578
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"@next/third-parties": "^14.2.3",
"@openiti/markdown-parser": "^1.0.0",
"@planetscale/database": "^1.11.0",
"@radix-ui/react-accordion": "^1.1.2",
Expand Down Expand Up @@ -62,7 +63,6 @@
"react-virtuoso": "^4.7.1",
"resend": "^3.2.0",
"slugify": "^1.6.6",
"swiper": "^11.0.7",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"typesense": "^1.7.2",
Expand Down
26 changes: 18 additions & 8 deletions pnpm-lock.yaml

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

8 changes: 3 additions & 5 deletions src/app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import { cn } from "@/lib/utils";

import "swiper/css";
import "swiper/css/navigation";
import "swiper/css/pagination";
import "swiper/css/scrollbar";
import { GoogleAnalytics } from "@next/third-parties/google";

import "@/styles/globals.css";

Expand Down Expand Up @@ -42,6 +38,8 @@ export default function LocaleLayout({
<Providers locale={locale} messages={messages}>
{children}
</Providers>

<GoogleAnalytics gaId="G-QX48J9BW3C" />
</body>
</html>
);
Expand Down

0 comments on commit e8f3578

Please sign in to comment.