diff options
author | 2022-12-21 18:19:56 +0000 | |
---|---|---|
committer | 2022-12-21 18:19:56 +0000 | |
commit | b64081deed88271a4aa55d66468a10fea235e0a9 (patch) | |
tree | 783bb7d656fa58f61447e151941c6da175adbfb8 | |
parent | 46757a6ce38a7073773af0cb77f687db571632f0 (diff) | |
download | astro-b64081deed88271a4aa55d66468a10fea235e0a9.tar.gz astro-b64081deed88271a4aa55d66468a10fea235e0a9.tar.zst astro-b64081deed88271a4aa55d66468a10fea235e0a9.zip |
[ci] format
-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} /> |