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

removed extra title (#3274)

This commit is contained in:
Kevin Zuniga Cuellar 2022-05-03 15:37:11 -04:00 committed by GitHub
parent 6d5ef41b1e
commit c0c3a1bd83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,6 @@ let firstPage = allPosts.slice(0, 2);
<html lang="en">
<head>
<title>{title}</title>
<MainHead {title} {description} image={allPosts[0].frontmatter.image} {canonicalURL} />
</head>