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