Replies: 1 comment
-
Rewrite to the rewrites: {
// ':module/index-zh.md': 'zh/:module/index.md'
':module/index-zh.md': 'zh/:module.md'
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A example directory structure like:
config.ts
:Obviously, it will causing errors because of the route. So I rewrite that:
But it still cause problem that the route becomes like:
zh/A/
. It seems that vitepress cannot find the file on the path.Beta Was this translation helpful? Give feedback.
All reactions