diff --git a/.gitignore b/.gitignore index fe447fb..d58693a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ instrumentation-client.ts node_modules/ .next/ .env*.local -.DS_Store \ No newline at end of file +.DS_Store +.vercel diff --git a/app/layout.tsx b/app/layout.tsx index 8c3207a..002696a 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -37,10 +37,24 @@ export default function RootLayout({ }>) { return ( + + + {children} +