mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-02 11:47:23 +02:00
Fix wrong latestVersion in server.js (#464)
This commit is contained in:
parent
5198752d0c
commit
4a10be8002
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ function execute(port) {
|
|||
rawContent = insertTableOfContents(rawContent);
|
||||
}
|
||||
|
||||
let latestVersion = env.latestVersion;
|
||||
let latestVersion = env.versioning.latestVersion;
|
||||
|
||||
// replace any links to markdown files to their website html links
|
||||
Object.keys(mdToHtml).forEach(function(key, index) {
|
||||
|
|
Loading…
Add table
Reference in a new issue