Skip to content

Commit 5ab8e86

Browse files
committed
Revert website config changes before merge
1 parent a8754c5 commit 5ab8e86

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

website/docusaurus.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -359,14 +359,7 @@ module.exports = async function createConfigAsync() {
359359
? 'current'
360360
: undefined,
361361

362-
// TODO temporary for mdx2 PR
363-
...(isDeployPreview && {lastVersion: undefined}),
364362
onlyIncludeVersions: (() => {
365-
// TODO temporary for mdx2 PR
366-
if (isDeployPreview) {
367-
return undefined;
368-
}
369-
370363
if (isBuildFast) {
371364
return ['current'];
372365
} else if (

0 commit comments

Comments
 (0)