@gudhub/ssg-web-components-library 1.0.126 → 1.0.127

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gudhub/ssg-web-components-library",
3
- "version": "1.0.126",
3
+ "version": "1.0.127",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -99,7 +99,7 @@ class ImageComponent extends GHComponent {
99
99
  }
100
100
 
101
101
  const payload = {
102
- imageSrc: this.generatedImageSrc,
102
+ imageSrc: relativeImagePath,
103
103
  imageUrl: this.dataUrl ?? null
104
104
  };
105
105