mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-22 20:47:53 +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
|
```mdx-code-block
|
||||||
import Changelog from "../../CHANGELOG.md"
|
import Changelog from "@site/../CHANGELOG.md"
|
||||||
|
|
||||||
<Changelog />
|
<Changelog />
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue