mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-22 04:28:10 +02:00
fix: fix changelog page mdx import for i18n (#5312)
This commit is contained in:
parent
cabb768473
commit
6b396055f8
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ sidebar_label: Changelog
|
|||
---
|
||||
|
||||
```mdx-code-block
|
||||
import Changelog from "../../CHANGELOG.md"
|
||||
import Changelog from "@site/../CHANGELOG.md"
|
||||
|
||||
<Changelog />
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue