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
When adding an Open Graph meta tag with content set to an image path, the image name is not hashed when running serve or build commands. If other HTML elements (such as img) have the same path, they will also result in an unhashed path after build.
🐛 bug report
When adding an Open Graph meta tag with
content
set to an image path, the image name is not hashed when runningserve
orbuild
commands. If other HTML elements (such asimg
) have the same path, they will also result in an unhashed path after build.🎛 Configuration (.babelrc, package.json, cli command)
Default config.
🤔 Expected Behavior
When using a tag such as:
It should result in something similar to:
with the corresponding renaming of the actual file.
😯 Current Behavior
The image name remains the same:
and the file is copied to the output directory as is, even with subfolders.
💁 Possible Solution
Unfortunately, I don't know enough about the inner workings of Parcel to make a suggestion.
💻 Code Sample
Simple HTML file. Parcel freshly installed with no custom configuration:
🌍 Your Environment
The text was updated successfully, but these errors were encountered: