Files
365devnet/src/components/common/StructuredData.astro
becarta 890d7b8670
Some checks failed
GitHub Actions / build (18) (push) Has been cancelled
GitHub Actions / build (20) (push) Has been cancelled
GitHub Actions / build (22) (push) Has been cancelled
GitHub Actions / check (push) Has been cancelled
Updated site completely
2025-03-29 22:32:31 +01:00

6 lines
109 B
Plaintext

---
const { data } = Astro.props;
---
<script type="application/ld+json" set:html={JSON.stringify(data)} />