From a4fbbf99de402f7290d0c998d4796ef6d84b27d9 Mon Sep 17 00:00:00 2001 From: MTRNord Date: Mon, 13 Jan 2025 15:15:45 +0100 Subject: [PATCH] Set a title for the pages Change-Id: I718d39a8413999847900f976123562c4063ebf41 --- src/app/layout.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 466d98b..57a9667 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,6 +3,9 @@ import Image from 'next/image'; import congratulations from '../assets/congratulations.png'; +export const metadata = { + title: "Export Miro board to Neoboard", +} export default function RootLayout({ children }: PropsWithChildren) { return ( -- 2.45.2