Skip to content

Commit 120e664

Browse files
committed
Force redeploy
1 parent e679702 commit 120e664

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/next.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import nextra from 'nextra'
22

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+
36
const env = {
47
ENVIRONMENT: process.env.ENVIRONMENT,
58
BASE_PATH: process.env.NODE_ENV === 'production' ? '/docs' : '',

0 commit comments

Comments
 (0)