refactor: change Image Optimization to custom url

This commit is contained in:
Kentai Radiquum 2024-08-23 04:51:47 +05:00
parent 61e8b74d11
commit ff11a90a5e
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
11 changed files with 100 additions and 28 deletions

View file

@ -62,7 +62,7 @@ export const ReleaseCourusel = (props: {
key={release.id}
style={{ width: "fit-content" }}
>
<div className="xl:w-[600px] sm:w-[400px] w-[80vw] aspect-video">
<div className="xl:w-[600px] sm:w-[400px] w-[84vw] aspect-video">
<ReleaseLink {...release} />
</div>
</div>