diff options
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/src/components/BaseHead.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/src/components/BaseHead.astro b/examples/blog/src/components/BaseHead.astro index 371f6bd85..7113e39d8 100644 --- a/examples/blog/src/components/BaseHead.astro +++ b/examples/blog/src/components/BaseHead.astro @@ -22,7 +22,7 @@ const { title, description, image = '/placeholder-social.jpg' } = Astro.props; <!-- Canonical URL --> <link rel="canonical" href={canonicalURL} /> - + <!-- Primary Meta Tags --> <title>{title}</title> <meta name="title" content={title} /> |