fix, typo in SEO.svelte

This commit is contained in:
matthieu42morin 2024-04-12 23:14:34 +02:00
parent 347bc65360
commit 870a6f2016
2 changed files with 1 additions and 2 deletions

1
.npmrc
View File

@ -1 +0,0 @@
engine-strict=true

View File

@ -132,7 +132,7 @@
<meta name="twitter:image" content={twitter?.image || image} />
<!--If there is frontmatter, make it into an article-->
{#if frontmatter?}
{#if frontmatter}
<meta property="og:type" content="article" />
{:else}
<meta property="og:type" content={type || 'website'} />