diff options
| author | real-zephex <[email protected]> | 2024-04-08 01:51:13 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-08 01:51:13 +0530 |
| commit | 498121d145844cd8ff28279a49c43dfbfb080299 (patch) | |
| tree | 49c12a98752d7f9fe531e26c0a2bfe1070c4b412 /src/app/layout.jsx | |
| parent | minor fix (diff) | |
| download | dramalama-498121d145844cd8ff28279a49c43dfbfb080299.tar.xz dramalama-498121d145844cd8ff28279a49c43dfbfb080299.zip | |
small chanegs here and there, manga and anime pages are currently broken. changed the image proxy to cloudflare workers.
Diffstat (limited to 'src/app/layout.jsx')
| -rw-r--r-- | src/app/layout.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/layout.jsx b/src/app/layout.jsx index 1b8875d..ac16247 100644 --- a/src/app/layout.jsx +++ b/src/app/layout.jsx @@ -19,7 +19,7 @@ export default function RootLayout({ children }) { <body className={inter.className}> <SpeedInsights /> <Analytics /> - <Header /> + {/* <Header /> */} {children} </body> </html> |