diff options
| author | zephex-alt <[email protected]> | 2024-04-29 03:55:49 +0000 |
|---|---|---|
| committer | zephex-alt <[email protected]> | 2024-04-29 03:55:49 +0000 |
| commit | 0334cb2a8d79f511b95bd71ed5ee20a38077525c (patch) | |
| tree | fc48ccefdc340aea02d84376d97d5db65de0a2c4 /src/app/page.jsx | |
| parent | removed edge runtime (diff) | |
| download | dramalama-0334cb2a8d79f511b95bd71ed5ee20a38077525c.tar.xz dramalama-0334cb2a8d79f511b95bd71ed5ee20a38077525c.zip | |
code maintainence
Diffstat (limited to 'src/app/page.jsx')
| -rw-r--r-- | src/app/page.jsx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/app/page.jsx b/src/app/page.jsx index 00cf807..eb867ff 100644 --- a/src/app/page.jsx +++ b/src/app/page.jsx @@ -24,6 +24,16 @@ export default function Home() { <p>Your one stop for all your kdrama needs</p> </Link> </div> + <div className={styles.netlify}> + <Link + href={"https://dramalama.netlify.app"} + target="_blank" + title="Use this if you are experiencing any issues with image loading and stuff like that. Vercel has some known limitations for image loading and other stuff and I seem to run out of them before a month ends so the images end up not loading. Sorry for the inconvience." + > + <h2>Netlify Instance</h2> + <p>comparitively slow but better</p> + </Link> + </div> </div> </div> </main> |