Skip to content

Commit

Permalink
chore(apps/chat-with-pdf): add next-plausible
Browse files Browse the repository at this point in the history
  • Loading branch information
dartilesm committed Sep 3, 2024
1 parent e2dfbd0 commit 1cbb243
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions apps/chat-with-pdf/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import "./globals.css";
import "@makify/ui/globals.css";
import { Toaster } from "@makify/ui";
import { ThemeProvider } from "./components/theme-provider";
import PlausibleProvider from "next-plausible";

const inter = Inter({ subsets: ["latin"] });

Expand All @@ -20,11 +21,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<head>
<script
defer
data-domain="makify-chat-with-pdf.vercel.app"
src="https://plausible.io/js/script.js"
></script>
<PlausibleProvider domain="makify-chat-with-pdf.vercel.app" enabled />
</head>
<body className={inter.className}>
<ThemeProvider
Expand Down
1 change: 1 addition & 0 deletions apps/chat-with-pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"framer-motion": "11.3.2",
"lucide-react": "0.408.0",
"next": "14.2.5",
"next-plausible": "3.12.2",
"next-themes": "0.3.0",
"pdf-lib": "1.17.1",
"react": "18.3.1",
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit 1cbb243

Please sign in to comment.