Fix 404 for README-based section pages in Express router
Resolve directory README.html paths for nav links like 周易 and 中医宝典. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -26,7 +26,7 @@ export default defineConfig({
|
||||
themeConfig: {
|
||||
nav: [
|
||||
{ text: '首页', link: '/' },
|
||||
{ text: '五行', link: '/金、木、水、火、土%20-%20五行/' },
|
||||
{ text: '五行', link: '/金、木、水、火、土 - 五行/' },
|
||||
{ text: '道德经', link: '/道德经/01' },
|
||||
{ text: '周易', link: '/周易/' },
|
||||
{ text: '中医', link: '/中医宝典/' },
|
||||
|
||||
Reference in New Issue
Block a user