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 you enable a custom pathbase, the screenshot that pulls from the default assets does not appear because the url is a bit mangled.
See line of code here:
raytha/src/Raytha.Domain/Entities/DefaultTemplates/raytha_html_home.liquid
Line 15 in 407bedf
It should be:
{{ PathBase }}/raytha_default_2024/assets/images/raythadotcom_screenshot.webp
(missing / before raytha_default_2024)
The text was updated successfully, but these errors were encountered:
Fixes bad link for default home page #185
150ae75
No branches or pull requests
If you enable a custom pathbase, the screenshot that pulls from the default assets does not appear because the url is a bit mangled.
See line of code here:
raytha/src/Raytha.Domain/Entities/DefaultTemplates/raytha_html_home.liquid
Line 15 in 407bedf
It should be:
{{ PathBase }}/raytha_default_2024/assets/images/raythadotcom_screenshot.webp
(missing / before raytha_default_2024)
The text was updated successfully, but these errors were encountered: