Skip to content

Commit

Permalink
Use S3 URL
Browse files Browse the repository at this point in the history
  • Loading branch information
katamartin committed Jun 18, 2024
1 parent 8a9db82 commit 821536c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/research/forest-offsets-fires.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const Index = ({ fireData, createdAt }) => {

export async function getServerSideProps() {
const prefix =
'https://storage.googleapis.com/carbonplan-forest-offsets/fires/project_fires'
'https://carbonplan-forest-offsets.s3.us-west-1.amazonaws.com/fires/project_fires'
try {
const res = await fetch(`${prefix}/state_now.json?ignoreCache=1`)
const data = await res.json()
Expand Down

0 comments on commit 821536c

Please sign in to comment.