Skip to content

Commit ecd38da

Browse files
authored
Use acm.gg domain name for link shortener UI (#362)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated production environment service endpoint configuration. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 6ab8c03 commit ecd38da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const environmentConfig: EnvironmentConfigType = {
158158
/http:\/\/localhost:\d+$/,
159159
],
160160
AadValidClientId: "5e08cf0f-53bb-4e09-9df2-e9bdc3467296",
161-
LinkryBaseUrl: "https://go.acm.illinois.edu/",
161+
LinkryBaseUrl: "https://acm.gg/",
162162
PasskitIdentifier: "pass.edu.illinois.acm.membership",
163163
PasskitSerialNumber: "0",
164164
EmailDomain: "acm.illinois.edu",

0 commit comments

Comments
 (0)