rsocket / rsocket-website

rsocket.io website
http://rsocket.io
Apache License 2.0
7 stars 22 forks source link

fix: reference deployUrl not baseUrl for social share images #51

Closed viglucci closed 3 years ago

viglucci commented 3 years ago

Create an absolute path for social share images by prefixing with deployment URL.

Motivation:

Facebook complains that the social share image is not a valid URL.

Provided og:image URL, /img/social/rsocket-io-facebook-og.jpg was not a valid URL.

Modifications:

Update config.

Result:

Social share URLs reference an absolute URL.

image