Browse Source

Fix typo in readme

pull/1/head
Luke Childs 6 years ago
committed by GitHub
parent
commit
3ec0050d67
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -9,7 +9,7 @@ Sets absolute URLs for `og:image` meta tags. This is required by the spec and re
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 absolute URL.
This plugin uses the value of the `og:url` meta tag to convert `og:image` to an absolute URL.
## Install

Loading…
Cancel
Save