Skip to content

Commit

Permalink
Change GCP CDN to AWS CloudFront CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyzhen committed Sep 17, 2024
1 parent 163ced8 commit e0bb639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/analysis/analysis.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function Analysis({
// for a particular experiment
function renderForestPlot(tissue) {
if (inputFetchPayload && inputFetchPayload[tissue] && inputFetchPayload[tissue].data) {
const plot = `https://cdn-data-assets.extrameta.org/plots/${tissue}/${geneSymbol.toUpperCase()}.png`;
const plot = `https://ds415vxwhii54.cloudfront.net/plots/${tissue}/${geneSymbol.toUpperCase()}.png`;

return (
<div className="plot-container">
Expand Down

0 comments on commit e0bb639

Please sign in to comment.