We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a5ad1 commit ba39b98Copy full SHA for ba39b98
site/.env.example
@@ -0,0 +1,3 @@
1
+# Toggle for coming soon page in development
2
+# Set to 'true' to show coming soon page, any other value to show full site
3
+NEXT_PUBLIC_SHOW_COMING_SOON=false
site/.gitignore
@@ -32,6 +32,7 @@ yarn-error.log*
32
33
# env files (can opt-in for committing if needed)
34
.env*
35
+!.env.example
36
37
# vercel
38
.vercel
0 commit comments