This commit is contained in:
2024-05-07 20:20:57 +03:00
parent 8a14197482
commit f6fbc13e44
7 changed files with 96 additions and 56 deletions

View File

@@ -9,7 +9,7 @@ interface Props {
const canonicalURL = new URL(Astro.url.pathname, Astro.site)
const { title, description, image = "/open-graph.jpg" } = Astro.props
const { title, description, image = "/img04.jpg" } = Astro.props
---
<!-- Global Metadata -->