-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permalink is not reflected #4
Comments
Thank you @tmiame for the feedback! Here's what I think:
|
Only autometa is added. Permalink is built into the core. my config is here // theme/index.js
const autometa_options = {
canonical_base: 'https://example.com'
}
module.exports = {
plugins: [
[ 'autometa', autometa_options ]
]
}
It was very helpful. Thank you. I agree. Because there are times when there are variables in the permalink |
Thanks for clarifying it. I'll take a look and see if it can be implemented and the best way to do so. |
#8 would fix this |
Description
Autometa has not catch the rewritten by another extended function.
This problem may be a problem to be solved by the Vuepress core in the future, such as setting the execution order of plugins.
What do you think about this problem?
Temporary solution
before
after
Expected Behavior
/about.md
output
/about-page/index.html
Actual Behavior
/about.md
output
/about-page/index.html
Your Environment
sorry, I'm using translation.
love this plugin. thanks!
The text was updated successfully, but these errors were encountered: