diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-12-23 14:20:07 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-12-23 14:20:07 +0100 |
| commit | 078d34867aa33fd7684ebe54b723309f2dcbc0ff (patch) | |
| tree | 11a475013469c1fca26a8cf75649917ff2d16fff /src/pages/contact.astro | |
| parent | 3013f352570439832075bab19c9ae91ec6ab98ac (diff) | |
Fix complaints
Diffstat (limited to 'src/pages/contact.astro')
| -rw-r--r-- | src/pages/contact.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/contact.astro b/src/pages/contact.astro index 3cb6dc5..2bb5b18 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -11,6 +11,7 @@ const schema = { <Layout title="Contacto" description="Ponte en contacto conmigo"> <script + is:inline type="application/ld+json" slot="head-jsonld" set:html={JSON.stringify(schema)} |
