如何自定义url
#2959
Replies: 1 comment
-
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.
-
假设本地目录:
docs
|- 01_文章1.md
|- 02_文章2.md
访问时的url为:
docs/01_文章1.md
docs/02_文章2.md
可以将访问的url调整为:
docs/post1.html
docs/post2.html
吗?
在本地写的时候,文件名需要用中文
但是线上 01_文章1 这种的url不太美观
Beta Was this translation helpful? Give feedback.
All reactions