Skip to content

Commit 58775c6

Browse files
authored
fixing ENV values (#10914)
1 parent 867f308 commit 58775c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/production/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ let environment = [
448448
},
449449
{
450450
name: "BASE_URL",
451-
value: baseUrl
451+
value: "https://gitcoin.co/"
452452
},
453453
{
454454
name: "SENTRY_DSN",
@@ -719,7 +719,7 @@ let environment = [
719719
},
720720
{
721721
name: "MEDIA_URL",
722-
value: bucketWebURL
722+
value: "https://d31ygswzsyecnt.cloudfront.net/"
723723
}
724724

725725
];

0 commit comments

Comments
 (0)