feat(SW-200): Replaced Contentstack image with Imagevault image for metadata

This commit is contained in:
Erik Tiekstra
2024-11-15 14:05:59 +01:00
parent 50f285776a
commit 956d031ffc
5 changed files with 137 additions and 109 deletions

View File

@@ -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
}