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/index.astro | |
| parent | 3013f352570439832075bab19c9ae91ec6ab98ac (diff) | |
Fix complaints
Diffstat (limited to 'src/pages/index.astro')
| -rw-r--r-- | src/pages/index.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index e995a9d..fcef172 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -16,6 +16,7 @@ const schema = { <Layout title="Inicio" description="Página de inicio de mi web"> <script + is:inline type="application/ld+json" slot="head-jsonld" set:html={JSON.stringify(schema)} |
