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
If I try to set an asset document as featured link, destination gets rewritten as .html
.html
layout: home
features
features: - title: my feature details: my description link: ./myfile.pdf
./myfile.pdf.html
link should remain ./myfile.pdf
./myfile.pdf
System: OS: Linux 5.15 Ubuntu 22.04.3 LTS 22.04.3 LTS (Jammy Jellyfish) CPU: (8) x64 Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz Memory: 6.81 GB / 7.65 GB Container: Yes Shell: 5.1.16 - /bin/bash Binaries: Node: 21.0.0 - ~/.nvm/versions/node/v21.0.0/bin/node Yarn: 1.22.19 - ~/.nvm/versions/node/v21.0.0/bin/yarn npm: 10.2.1 - ~/.nvm/versions/node/v21.0.0/bin/npm npmPackages: vitepress: ^1.0.0-rc.22 => 1.0.0-rc.22
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
If I try to set an asset document as featured link, destination gets rewritten as
.html
Reproduction
layout: home
features
attribute./myfile.pdf.html
Expected behavior
link should remain
./myfile.pdf
System Info
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: