Skip to content

Commit

Permalink
Merge pull request #335 from icflorescu/next
Browse files Browse the repository at this point in the history
Fix docs website users/partners images
  • Loading branch information
icflorescu committed Jun 14, 2023
2 parents df4e786 + 1506339 commit 5b09a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/AppPartners.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default function AppPartners() {
>
<img
style={{ height: `${scale || '100'}%`, marginTop: shift ? `-${shift}%` : undefined }}
src={`/partners/${base}${themed ? `-${colorScheme}` : ''}.${ext}`}
src={`${process.env.BASE_PATH}/partners/${base}${themed ? `-${colorScheme}` : ''}.${ext}`}
alt={name}
/>
</a>
Expand Down

0 comments on commit 5b09a57

Please sign in to comment.