0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
delucis 2022-12-21 18:19:56 +00:00 committed by fredkbot
parent 46757a6ce3
commit b64081deed

View file

@ -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} />