fix: use name=description not property=description in meta tag

This commit is contained in:
Sam 2023-03-27 16:21:07 +02:00
parent 239c9e240f
commit 32266cb014
No known key found for this signature in database
GPG key ID: B4EF20DDE721CAA1

View file

@ -6,7 +6,7 @@
<svelte:head>
<title>pronouns.cc</title>
<meta property="description" content="Create and share your preferred names and pronouns!" />
<meta name="description" content="Create and share your preferred names and pronouns!" />
<meta property="og:title" content="pronouns.cc" />
<meta property="og:description" content="Create and share your preferred names and pronouns!" />
<meta property="og:url" content={PUBLIC_BASE_URL} />