You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
Hero fragment is used for multilingual site. The image asset is located under /static/images and is found through fallthrough mechanism. In the deployed / served site, the image URL is e.g. /en/static/images/image.jpg
What you expected to happen:
If image is from (global) static image directory, the URL should not be modified as part of generating multilingual site.
How to reproduce it (as minimally and precisely as possible):
Put image.jpg under /static/images
Configure 2 languages, e.g. en and de
Have hero fragment under content/_index/hero
Reference image as asset in a file index.en.md in the above directory
Anything else we need to know?:
Environment:
Syna Theme version: v0.16
Hugo version: .0.62.2
Others:
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue. Hugo's Multilingual mode is not very well supported in Hugo but we're working on it. We created a PR for it that adds support for Multilingual mode but it's being reviewed and not yet merged. You can take a look and maybe use it but please keep in mind the feature is not merged and if it gets merged, it would be in alpha phase. You can check out the PR #687
Is this a BUG REPORT or FEATURE REQUEST?:
bug
What happened:
Hero fragment is used for multilingual site. The image asset is located under /static/images and is found through fallthrough mechanism. In the deployed / served site, the image URL is e.g. /en/static/images/image.jpg
What you expected to happen:
If image is from (global) static image directory, the URL should not be modified as part of generating multilingual site.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: