diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f7fa87e..096983b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,6 +1,7 @@ import type { Metadata } from "next"; import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; +import NextTopLoader from "nextjs-toploader"; const geistSans = Geist({ variable: "--font-geist-sans", @@ -13,8 +14,8 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "Private Docs", + description: "Un application de gestion de documents", }; export default function RootLayout({ @@ -27,6 +28,7 @@ export default function RootLayout({ + {children}