We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867f308 commit 58775c6Copy full SHA for 58775c6
infra/production/index.ts
@@ -448,7 +448,7 @@ let environment = [
448
},
449
{
450
name: "BASE_URL",
451
- value: baseUrl
+ value: "https://gitcoin.co/"
452
453
454
name: "SENTRY_DSN",
@@ -719,7 +719,7 @@ let environment = [
719
720
721
name: "MEDIA_URL",
722
- value: bucketWebURL
+ value: "https://d31ygswzsyecnt.cloudfront.net/"
723
}
724
725
];
0 commit comments