From c843cd202d95b792d89e3180c06cc6f80c6bd78b Mon Sep 17 00:00:00 2001 From: Brooke Date: Tue, 19 Jul 2022 16:21:38 -0700 Subject: [PATCH] PROD-2492 #comment point learn src to cloudfront #time 3h --- src-ts/config/environments/environment.dev.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ts/config/environments/environment.dev.config.ts b/src-ts/config/environments/environment.dev.config.ts index b4dbdf461..114860493 100644 --- a/src-ts/config/environments/environment.dev.config.ts +++ b/src-ts/config/environments/environment.dev.config.ts @@ -7,6 +7,6 @@ export const EnvironmentConfigDev: GlobalConfig = { ...EnvironmentConfigDefault, DISABLED_TOOLS: [], ENV: AppHostEnvironment.dev, - LEARN_SRC: 'https://freecodecamp.topcoder-dev.com', + LEARN_SRC: 'https://diwfymerlbtl4.cloudfront.net', TAG_MANAGER_ID: 'GTM-W7B537Z', }