mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-27 21:48:41 +02:00
Fix correct linking when setting defaultVersionShown to non-latest version (#894)
This commit is contained in:
parent
3f896c8e18
commit
8f9f7a5602
3 changed files with 5 additions and 2 deletions
|
@ -34,6 +34,7 @@ jest.mock('../env', () => ({
|
|||
versioning: {
|
||||
enabled: true,
|
||||
defaultVersion: '1.0.0',
|
||||
latestVersion: '1.0.0',
|
||||
},
|
||||
}));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue