Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Dec 3, 2021
1 parent ac44531 commit 3983181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ const config = {
: undefined,
versions: {
current: {
path: isDev ? 'next' : undefined,
path: isDev || isBuildFast ? 'next' : undefined,
label: `${getNextBetaVersionName()} 🚧`,
},
},
Expand Down

0 comments on commit 3983181

Please sign in to comment.