parcel-bundler / awesome-parcel

🔗 A curated list of awesome Parcel resources, libraries, tools and boilerplates
1.39k stars 88 forks source link

Add parcel-plugin-ogimage #67

Closed lukechilds closed 5 years ago

lukechilds commented 5 years ago

https://github.com/lukechilds/parcel-plugin-ogimage

Sets absolute URLs for og:image meta tags. This is required by the spec and relative URLs will not work on some sites such as Twitter.

You can fix this directly in parcel by using --public-url https://example.com, however now all your URLs are hardcoded to absolute URLs which may be undesirable and can break things like prerendering.

This plugin uses the value of the og:url meta tag to convert og:image to an absolute URL.