feat: added html title to all pages via layout

This commit is contained in:
averel10
2026-04-17 07:00:05 +02:00
parent ab63f4bf0d
commit 25d72930d0
2 changed files with 1 additions and 0 deletions

View File

View File

@@ -10,6 +10,7 @@ export default function RootLayout({
}) { }) {
return ( return (
<html> <html>
<title>TTS Dialektannotation</title>
<body className="flex flex-col min-h-screen"> <body className="flex flex-col min-h-screen">
<AudioProvider> <AudioProvider>
<Header /> <Header />