mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +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,
|
||||
sectionTitle
|
||||
)
|
||||
const socialImage = getImage(section)
|
||||
const socialImage = siteMetadata.siteUrl + getImage(section)
|
||||
const meta = [
|
||||
{
|
||||
name: 'description',
|
||||
|
@ -126,6 +126,7 @@ const query = graphql`
|
|||
title
|
||||
description
|
||||
slogan
|
||||
siteUrl
|
||||
social {
|
||||
twitter
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user