Main page overhaul
This commit is contained in:
5
src/components/common/StructuredData.astro
Normal file
5
src/components/common/StructuredData.astro
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
const { data } = Astro.props;
|
||||
---
|
||||
|
||||
<script type="application/ld+json" set:html={JSON.stringify(data)} />
|
Reference in New Issue
Block a user