Skip to content

Commit 81d30a4

Browse files
authored
chore: fix i18n staging deployment error (#9374)
1 parent bca3752 commit 81d30a4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

website/docusaurus.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,11 @@ module.exports = async function createConfigAsync() {
389389
rehypePlugins: [(await import('rehype-katex')).default],
390390
disableVersioning: isVersioningDisabled,
391391
lastVersion:
392-
isDev || isDeployPreview || isBranchDeploy || isBuildFast
392+
isDev ||
393+
isVersioningDisabled ||
394+
isDeployPreview ||
395+
isBranchDeploy ||
396+
isBuildFast
393397
? 'current'
394398
: getLastVersion(),
395399

0 commit comments

Comments
 (0)