diff options
| author | real-zephex <[email protected]> | 2024-03-25 17:19:59 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-25 17:19:59 +0530 |
| commit | a5c86ec3fbf0bdaceddec300b7d9c0eb9a5e4916 (patch) | |
| tree | 723df50253305d8deb192f08929bfc804a4427f0 /src | |
| parent | removed optimization from manga pages as it quickly runs out of optimization ... (diff) | |
| download | dramalama-a5c86ec3fbf0bdaceddec300b7d9c0eb9a5e4916.tar.xz dramalama-a5c86ec3fbf0bdaceddec300b7d9c0eb9a5e4916.zip | |
removed optimization from manga pages as it quickly runs out of optimization points on vercel
Diffstat (limited to 'src')
| -rw-r--r-- | src/app/manga/page.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/manga/page.jsx b/src/app/manga/page.jsx index 7f1f9cb..762ae7f 100644 --- a/src/app/manga/page.jsx +++ b/src/app/manga/page.jsx @@ -19,6 +19,7 @@ export default async function Manga() { width={480} height={260} alt="Haikyu" + unoptimized /> </div> <div className={styles.VerticalImageContainer}> |