Skip to content

Commit

Permalink
Merge pull request #121 from martillansky/testnets
Browse files Browse the repository at this point in the history
fix: nextjs cache access forbidden
  • Loading branch information
martillansky authored Oct 29, 2024
2 parents 8fff3ef + 808d230 commit 557a43e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/[pohid]/[chain]/[request]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ export default async function Request({ params }: PageProps) {
src={ipfs(registrationFile.photo)}
width={144}
height={144}
unoptimized={true}
/>
}
/>
Expand Down Expand Up @@ -391,6 +392,7 @@ export default async function Request({ params }: PageProps) {
src={ipfs(registrationFile.photo)}
width={144}
height={144}
unoptimized={true}
/>
}
/>
Expand Down
1 change: 1 addition & 0 deletions src/components/Vouch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const Vouch: React.FC<VouchingTooltipProps> = ({
src={ipfs(photo)}
width={64}
height={64}
unoptimized={true}
/>
) : (
<Identicon key={key} address={address} diameter={32} />
Expand Down

0 comments on commit 557a43e

Please sign in to comment.