@pronto-tools-and-more/components 13.12.0 → 13.13.0
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/dist/main.js +6 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
@@ -1910,7 +1910,12 @@ var Seo = ({
|
|
1910
1910
|
seo: {
|
1911
1911
|
og_title: actualTitle,
|
1912
1912
|
og_description: description,
|
1913
|
-
og_image: image
|
1913
|
+
og_image: image ? {
|
1914
|
+
url: image,
|
1915
|
+
width: "100",
|
1916
|
+
height: "100",
|
1917
|
+
type: ""
|
1918
|
+
} : void 0,
|
1914
1919
|
description,
|
1915
1920
|
title: actualTitle,
|
1916
1921
|
keywords,
|