Closed
Description
Feature request
What problem does this feature solve?
It gives the ability to change home page title.
What does the proposed API look like?
It's not going to change API.
How should this be implemented in your opinion?
Imagine you want to use homepage option so you set home: true
then you search something that exist on homepage:
It is shown as Home
and you can not change homepage title because when home
is true
it's hard coded and I don't know why:
vuepress/packages/@vuepress/shared-utils/src/inferTitle.ts
Lines 12 to 14 in 7977532
Are you willing to work on this yourself?
Yes.