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
--virtual-dir
I'm previewing with --virtual-dir=Cake.7zip set and I have setting Logo=/assets/logo.png.
--virtual-dir=Cake.7zip
Logo=/assets/logo.png
The logo is rendered as:
<img id="logo" src="/assets/Logo.png" alt="Documentation">
Which results in 404/NotFound for the logo. Manually changing the src to /Cake.7zip/assets/Logo.png does result in the logo being visible.
src
/Cake.7zip/assets/Logo.png
The text was updated successfully, but these errors were encountered:
(statiqdev#43) Get logo url relative to context
e6bc9b9
Successfully merging a pull request may close this issue.
I'm previewing with
--virtual-dir=Cake.7zip
set and I have settingLogo=/assets/logo.png
.The logo is rendered as:
Which results in 404/NotFound for the logo.
Manually changing the
src
to/Cake.7zip/assets/Logo.png
does result in the logo being visible.The text was updated successfully, but these errors were encountered: