dumi-theme-lobehub
Version:
dumi-theme-lobehub is a documentation site theme package designed for dumi2. It provides a more beautiful and user-friendly development and reading experience based on @lobehub/ui
12 lines • 330 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
var StructuredData = function StructuredData(_ref) {
var ld = _ref.ld;
return /*#__PURE__*/_jsx("script", {
dangerouslySetInnerHTML: {
__html: JSON.stringify(ld)
},
id: "structured-data",
type: "application/ld+json"
});
};
export default StructuredData;