Some checks failed
Build, check & Test / run (push) Failing after 39s
Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
5 lines
133 B
Plaintext
5 lines
133 B
Plaintext
---
|
|
const json = JSON.stringify(Astro.props)
|
|
---
|
|
<script id="ASTRO_DATA" is:inline type="application/json" set:html={json}></script>
|