Skip to content

Commit

Permalink
Force redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
benface committed Dec 20, 2023
1 parent e679702 commit 120e664
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import nextra from 'nextra'

// If you need to make a commit just to force a redeploy when creating a new release, increase this
const _forceRedeploy = 1

const env = {
ENVIRONMENT: process.env.ENVIRONMENT,
BASE_PATH: process.env.NODE_ENV === 'production' ? '/docs' : '',
Expand Down

0 comments on commit 120e664

Please sign in to comment.