diff options
| author | real-zephex <[email protected]> | 2024-04-07 13:50:17 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-07 13:50:17 +0000 |
| commit | 1eee8b5196828128a189d6e9bf889500aadb2308 (patch) | |
| tree | 2c569fcd87048af5d3b2fd23a89b28c50565a109 /src/app/kdrama/components/recent.jsx | |
| parent | idk what I am doing (diff) | |
| download | dramalama-1eee8b5196828128a189d6e9bf889500aadb2308.tar.xz dramalama-1eee8b5196828128a189d6e9bf889500aadb2308.zip | |
idek
Diffstat (limited to 'src/app/kdrama/components/recent.jsx')
| -rw-r--r-- | src/app/kdrama/components/recent.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/kdrama/components/recent.jsx b/src/app/kdrama/components/recent.jsx index 759e179..0b6b7f6 100644 --- a/src/app/kdrama/components/recent.jsx +++ b/src/app/kdrama/components/recent.jsx @@ -19,7 +19,7 @@ export default async function RecentDramas() { > <div className={styles.AnimeEntry}> <Image - src={item.image} + src={`https://sup-proxy.zephex0-f6c.workers.dev/api-content?url=${item.image}`} width={160} height={240} alt="Drama Poster" |