Skip to content

Commit 089993f

Browse files
authored
chore(cpex): disable (#3670)
* chore(cpex): disable * chore(cpex): disable cpex tab as well
1 parent d1b8330 commit 089993f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/featureFlags.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
export const enableShortUrl = false;
99

1010
/** Enable Course Planning Exercise */
11-
export const enableCPEx = true;
11+
export const enableCPEx = false;
1212

13-
export const showCPExTab = true;
13+
export const showCPExTab = false;

0 commit comments

Comments
 (0)