Skip to content

Commit

Permalink
Fix yarn build:website:fast
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Jun 15, 2023
1 parent dd9cdcc commit 252d11a
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 @@ -369,7 +369,7 @@ module.exports = async function createConfigAsync() {
rehypePlugins: [(await import('rehype-katex')).default],
disableVersioning: isVersioningDisabled,
lastVersion:
isDev || isDeployPreview || isBranchDeploy
isDev || isDeployPreview || isBranchDeploy || isBuildFast
? 'current'
: getLastVersion(),

Expand Down

0 comments on commit 252d11a

Please sign in to comment.