Skip to content

Commit

Permalink
Merge pull request #4 from lsst-dm/tickets/SP-1711
Browse files Browse the repository at this point in the history
SP-1711: Switch to production_tools image endpoint.
  • Loading branch information
ctslater authored Nov 12, 2024
2 parents 584e4a1 + f4a9757 commit 6eefa1d
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 6eefa1d

Please sign in to comment.