feat: added html title to all pages via layout
This commit is contained in:
@@ -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 />
|
||||||
|
|||||||
Reference in New Issue
Block a user