feat(SW-200): Replaced Contentstack image with Imagevault image for metadata
This commit is contained in:
@@ -1,30 +1,6 @@
|
||||
fragment MetadataImageConnection on SeoMetadata {
|
||||
imageConnection {
|
||||
edges {
|
||||
node {
|
||||
dimension {
|
||||
height
|
||||
width
|
||||
}
|
||||
url(transform: { width: "1200" })
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fragment Metadata on SeoMetadata {
|
||||
noindex
|
||||
description
|
||||
title
|
||||
imageConnection {
|
||||
edges {
|
||||
node {
|
||||
dimension {
|
||||
height
|
||||
width
|
||||
}
|
||||
url(transform: { width: "1200" })
|
||||
}
|
||||
}
|
||||
}
|
||||
seo_image
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user