diff --git a/package.json b/package.json index d311a7c..a46da14 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@vercel/blob": "^0.23.2", "@vercel/postgres": "^0.9.0", "@vercel/speed-insights": "^1.0.9", - "axios": "^1.8.2", + "axios": "^1.12.0", "bcrypt": "^5.1.1", "camelcase-keys": "^9.1.3", "editorjs-alert": "^1.1.3", @@ -50,7 +50,7 @@ "jest": "^29.7.0", "lodash": "^4.17.21", "next": "14.2.26", - "next-auth": "^5.0.0-beta.4", + "next-auth": "^5.0.0-beta.30", "next-pwa": "^5.6.0", "react": "^18", "react-dom": "^18", diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 749f2c4..15bd6a3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,6 +9,7 @@ import { SpeedInsights } from "@vercel/speed-insights/next"; import { GoogleAnalytics } from "@/components/common/google"; import { MainFooter } from "@/components/common/footer"; import { FloatingScrollToTop } from "@/components/common/topButton"; +import Script from "next/script"; const inter = Inter({ subsets: ["latin"] }); @@ -35,9 +36,19 @@ export default function RootLayout({ return ( + {/* AdSense Script */} +