@pronto-tools-and-more/components 15.16.0 → 15.18.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 +3 -3
- package/package.json +1 -1
package/dist/main.js
CHANGED
@@ -2211,9 +2211,9 @@ var Seo = ({
|
|
2211
2211
|
"google-site-verification": googleSiteVerification,
|
2212
2212
|
"facebook-domain-verification": facebookDomainVerification,
|
2213
2213
|
language,
|
2214
|
-
alternates: actualAlternates
|
2215
|
-
|
2216
|
-
|
2214
|
+
alternates: actualAlternates
|
2215
|
+
},
|
2216
|
+
jsonLD: jsonLdString
|
2217
2217
|
};
|
2218
2218
|
return /* @__PURE__ */ React.createElement(JsonComponent, { json });
|
2219
2219
|
};
|