diff options
| author | real-zephex <[email protected]> | 2024-03-26 12:33:54 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-26 12:33:54 +0530 |
| commit | d76b14190ae5654594acd9dddf7771894552734d (patch) | |
| tree | 04e94f3a961df138b90d45a1cae1f12306440129 /src/app | |
| parent | changed the hosting for the image proxy (diff) | |
| download | dramalama-d76b14190ae5654594acd9dddf7771894552734d.tar.xz dramalama-d76b14190ae5654594acd9dddf7771894552734d.zip | |
idek
Diffstat (limited to 'src/app')
| -rw-r--r-- | src/app/layout.jsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/layout.jsx b/src/app/layout.jsx index 78f3b59..3fe6724 100644 --- a/src/app/layout.jsx +++ b/src/app/layout.jsx @@ -8,7 +8,8 @@ const inter = Inter({ subsets: ["latin"] }); export const metadata = { title: "Dramalama v2.0", - description: "Rewrite of dramalama in next", + description: + "Online service to watch kdramas and anime for free. You can also read and download mangas for free.", }; export default function RootLayout({ children }) { |