Skip to content

Commit

Permalink
Switch to production_tools image endpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctslater committed Nov 6, 2024
1 parent 584e4a1 commit f4a9757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_components/plotDisplay.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default async function PlotDisplay({plotEntry, showDataId = true, showDat
{ showDatasetType ? typeWithWbr : "" }
</div>
{ showPermalink ? <div className="text-1xl float-right"><a href={`${process.env.BASE_URL ?? ''}/${permalink}`}>Plot link</a></div> : "" }
<img src={`${process.env.BASE_URL ?? '' }/image/${encodeURIComponent(repo)}/${uuid}`} />
<img src={`${process.env.BASE_URL ?? '' }/images/uuid/${encodeURIComponent(repo)}/${uuid}`} />
</div>

)
Expand Down

0 comments on commit f4a9757

Please sign in to comment.