mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-13 01:32:32 +03:00
Fix social image
This commit is contained in:
parent
9e14b2b69f
commit
2ed16d82bf
|
@ -35,7 +35,7 @@ const SEO = ({ description, lang, title, section, sectionTitle, bodyClass }) =>
|
||||||
siteMetadata.slogan,
|
siteMetadata.slogan,
|
||||||
sectionTitle
|
sectionTitle
|
||||||
)
|
)
|
||||||
const socialImage = getImage(section)
|
const socialImage = siteMetadata.siteUrl + getImage(section)
|
||||||
const meta = [
|
const meta = [
|
||||||
{
|
{
|
||||||
name: 'description',
|
name: 'description',
|
||||||
|
@ -126,6 +126,7 @@ const query = graphql`
|
||||||
title
|
title
|
||||||
description
|
description
|
||||||
slogan
|
slogan
|
||||||
|
siteUrl
|
||||||
social {
|
social {
|
||||||
twitter
|
twitter
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user