diff options
Diffstat (limited to 'src/app/manga')
| -rw-r--r-- | src/app/manga/page.jsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/manga/page.jsx b/src/app/manga/page.jsx index 6992fa7..9025804 100644 --- a/src/app/manga/page.jsx +++ b/src/app/manga/page.jsx @@ -1,5 +1,10 @@ import MangaSearchBox from "./components/inputContainer"; +export const metadata = { + title: "Dramalama Manga", + description: "Manga/Manhwa page for Dramalama", +}; + const MangaHomePage = async () => { return ( <main className="flex h-[90dvh] w-full flex-col items-center"> |