mirror of
https://github.com/Dokploy/website.git
synced 2026-06-26 09:35:32 +02:00
feat: update dependencies to Next.js 15.4.5 and integrate Google Analytics from @next/third-parties
This commit is contained in:
@@ -2,7 +2,7 @@ import "./global.css";
|
||||
import { RootProvider } from "fumadocs-ui/provider";
|
||||
import { Inter } from "next/font/google";
|
||||
import type { ReactNode } from "react";
|
||||
|
||||
import { GoogleAnalytics } from "@next/third-parties/google";
|
||||
const inter = Inter({
|
||||
subsets: ["latin"],
|
||||
});
|
||||
@@ -14,6 +14,7 @@ export default async function Layout({
|
||||
return (
|
||||
<html lang="en" className={inter.className} suppressHydrationWarning>
|
||||
<body className="flex flex-col min-h-screen">
|
||||
<GoogleAnalytics gaId="G-HZ71HG38HN" />
|
||||
<RootProvider>{children}</RootProvider>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -19,7 +19,8 @@
|
||||
"fumadocs-mdx": "11.1.1",
|
||||
"lucide-react": "^0.456.0",
|
||||
"fumadocs-openapi": "5.5.9",
|
||||
"shiki": "1.22.2"
|
||||
"shiki": "1.22.2",
|
||||
"@next/third-parties": "15.4.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tsx": "^4.19.2",
|
||||
|
||||
Reference in New Issue
Block a user