mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
46757a6ce3
commit
b64081deed
1 changed files with 1 additions and 1 deletions
|
@ -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} />
|
||||
|
|
Loading…
Reference in a new issue