Skip to content

Commit

Permalink
config error
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed May 3, 2024
1 parent 04d00fe commit f385ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ export default async function createConfigAsync() {
isBranchDeploy ||
isBuildFast
? 'current'
: getLastVersion(),
: getLastStableVersion(),

onlyIncludeVersions: (() => {
if (isBuildFast) {
Expand Down

0 comments on commit f385ad9

Please sign in to comment.