We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e679702 commit 120e664Copy full SHA for 120e664
website/next.config.js
@@ -1,5 +1,8 @@
1
import nextra from 'nextra'
2
3
+// If you need to make a commit just to force a redeploy when creating a new release, increase this
4
+const _forceRedeploy = 1
5
+
6
const env = {
7
ENVIRONMENT: process.env.ENVIRONMENT,
8
BASE_PATH: process.env.NODE_ENV === 'production' ? '/docs' : '',
0 commit comments