postcss / postcss.org

Official website for PostCSS
https://postcss.org
MIT License
80 stars 49 forks source link

OpenGraph issue #218

Closed ai closed 7 years ago

ai commented 8 years ago

Facebbok reports Object at URL 'http://postcss.org/' of type 'article' is invalid because the given value '/' for property 'og:url' could not be parsed as type 'url'.

thangngoc89 commented 8 years ago

We fixed this a while ago.

https://github.com/MoOx/phenomic/issues/104

thangngoc89 commented 8 years ago

You'll will need to update this line

https://github.com/postcss/postcss.org/blob/master/web_modules/layouts/HomePage/index.js#L41

with

https://github.com/MoOx/phenomic/blob/cd1afa414e5db6ccb0e82797e4ee287943e169a6/docs/web_modules/layouts/Page/index.js#L50

Aslo, replace it in others layout

marcustisater commented 8 years ago

I can update it. Thanks @thangngoc89