Skip to content

Commit 84384ee

Browse files
Fixes documentation for page routes
Fixes #753
1 parent 2fb5a11 commit 84384ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/more-pages.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Matching routes
1818

1919
```text
2020
docs/README.md => http://domain.com
21-
docs/guide.md => http://domain.com/guide
22-
docs/zh-cn/README.md => http://domain.com/zh-cn/
23-
docs/zh-cn/guide.md => http://domain.com/zh-cn/guide
21+
docs/guide.md => http://domain.com/#/guide
22+
docs/zh-cn/README.md => http://domain.com/#/zh-cn/
23+
docs/zh-cn/guide.md => http://domain.com/#/zh-cn/guide
2424
```
2525

2626
## Sidebar

0 commit comments

Comments
 (0)