We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
og:url still has trailing /index.html even when cleanUrl is true in site cofnig
yes
cleanUrl
true
url: 'https://www.bicyclejs.org'
The header should contain:
<meta property="og:url" content="https://www.bicyclejs.org">
The header contains:
<meta property="og:url" content="https://www.bicyclejs.org/index.html">
https://github.com/bicyclejs/bicycle
cd website
yarn
yarn start
og:url
/index.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug Report
og:url still has trailing /index.html even when cleanUrl is true in site cofnig
Have you read the [Contributing Guidelines on issues]
yes
To Reproduce
cleanUrl
totrue
url: 'https://www.bicyclejs.org'
Expected behavior
The header should contain:
Actual Behavior
The header contains:
Reproducible Demo
https://github.com/bicyclejs/bicycle
cd website
2.
yarn
yarn start
og:url
tag has an erroneous/index.html
on the endThe text was updated successfully, but these errors were encountered: