diff options
| author | real-zephex <[email protected]> | 2024-03-25 17:17:21 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-25 17:17:21 +0530 |
| commit | 1477402b9fc474692499a2ad683b55067bd1f300 (patch) | |
| tree | 01aec2e77ff1677d5c4a759d316d0d574f83dbef /src/app | |
| parent | feature update: added the functionality to download mangas (diff) | |
| download | dramalama-1477402b9fc474692499a2ad683b55067bd1f300.tar.xz dramalama-1477402b9fc474692499a2ad683b55067bd1f300.zip | |
removed optimization from manga pages as it quickly runs out of optimization points on vercel
Diffstat (limited to 'src/app')
| -rw-r--r-- | src/app/manga/[title]/[id]/[read]/page.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/manga/[title]/[id]/[read]/page.jsx b/src/app/manga/[title]/[id]/[read]/page.jsx index 2823f81..142d414 100644 --- a/src/app/manga/[title]/[id]/[read]/page.jsx +++ b/src/app/manga/[title]/[id]/[read]/page.jsx @@ -35,6 +35,7 @@ export default async function Read({ params }) { width={800} height={1000} priority + unoptimized /> <p>{index + 1}</p> </div> |