diff --git a/src/app/[pohid]/[chain]/[request]/page.tsx b/src/app/[pohid]/[chain]/[request]/page.tsx index 24476be..d92f3fb 100644 --- a/src/app/[pohid]/[chain]/[request]/page.tsx +++ b/src/app/[pohid]/[chain]/[request]/page.tsx @@ -316,6 +316,7 @@ export default async function Request({ params }: PageProps) { src={ipfs(registrationFile.photo)} width={144} height={144} + unoptimized={true} /> } /> @@ -391,6 +392,7 @@ export default async function Request({ params }: PageProps) { src={ipfs(registrationFile.photo)} width={144} height={144} + unoptimized={true} /> } /> diff --git a/src/components/Vouch.tsx b/src/components/Vouch.tsx index 1242415..81d39e0 100644 --- a/src/components/Vouch.tsx +++ b/src/components/Vouch.tsx @@ -51,6 +51,7 @@ const Vouch: React.FC = ({ src={ipfs(photo)} width={64} height={64} + unoptimized={true} /> ) : (