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/blog.astro | |
| parent | 3013f352570439832075bab19c9ae91ec6ab98ac (diff) | |
Fix complaints
Diffstat (limited to 'src/pages/blog.astro')
| -rw-r--r-- | src/pages/blog.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/blog.astro b/src/pages/blog.astro index 9d2d77b..1632262 100644 --- a/src/pages/blog.astro +++ b/src/pages/blog.astro @@ -42,7 +42,7 @@ const schema = { ---
<Layout title="Blog" description="Artículos sobre desarrollo, tecnología y otras temáticas que pueda querer compartir.">
- <script type="application/ld+json" slot="head-jsonld" set:html={JSON.stringify(schema)}></script>
+ <script is:inline type="application/ld+json" slot="head-jsonld" set:html={JSON.stringify(schema)}></script>
<h1>Blog de Ariel Costas</h1>
|
