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/trajectory.astro | |
| parent | 3013f352570439832075bab19c9ae91ec6ab98ac (diff) | |
Fix complaints
Diffstat (limited to 'src/pages/trajectory.astro')
| -rw-r--r-- | src/pages/trajectory.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/trajectory.astro b/src/pages/trajectory.astro index ae3cba7..eb6adc6 100644 --- a/src/pages/trajectory.astro +++ b/src/pages/trajectory.astro @@ -10,7 +10,7 @@ const schema = { --- <Layout title="Trayectoria" description="Mi trayectoria como desarrollador"> - <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>Mi trayectoria como desarrollador</h1> |
