Commit 5841419
authored
Fix build error: move markdown.tsx out of pages directory
The file src/pages/changelog/markdown.tsx was being treated as a page
component by Docusaurus but lacked a default export, causing SSG to fail.
Moved it to src/components/changelog/ReleaseBody.tsx and updated the
import in index.tsx to fix the build error.1 parent 31fe830 commit 5841419
2 files changed
Lines changed: 1 addition & 1 deletion
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments