From 821536c4558566a7806ba85d5008e9c93d5ffebd Mon Sep 17 00:00:00 2001 From: katamartin Date: Tue, 18 Jun 2024 11:02:58 -0400 Subject: [PATCH] Use S3 URL --- pages/research/forest-offsets-fires.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/research/forest-offsets-fires.js b/pages/research/forest-offsets-fires.js index c19f0b0..52d5849 100644 --- a/pages/research/forest-offsets-fires.js +++ b/pages/research/forest-offsets-fires.js @@ -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()