Skip to content

Commit e13191d

Browse files
committed
comment out coming soon
1 parent fcfe123 commit e13191d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

site/lib/config.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
* - In production: always true
66
* - In development: controlled by NEXT_PUBLIC_SHOW_COMING_SOON env variable
77
*/
8-
export const isComingSoon =
9-
// Always show coming soon page in production
10-
process.env.NODE_ENV === 'production' ||
11-
// In development, use the environment variable to toggle
12-
process.env.NEXT_PUBLIC_SHOW_COMING_SOON === 'true';
8+
// export const isComingSoon =
9+
// // Always show coming soon page in production
10+
// process.env.NODE_ENV === 'production' ||
11+
// // In development, use the environment variable to toggle
12+
// process.env.NEXT_PUBLIC_SHOW_COMING_SOON === 'true';
13+
export const isComingSoon = false;

site/package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)