Skip to content

Commit

Permalink
Update _document.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wensley authored Apr 27, 2024
1 parent 4032bcd commit 2682080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class MyDocument extends Document {
return <link key={index} rel="preload" href={fontUrl} as="font" type="font/woff2" />
}
})}
<meta name="msvalidate.01" content="EC3F931C337C8C5F9623D673B2EAAA4D" />
</Head>

<body className={`${BLOG.FONT_STYLE} font-light scroll-smooth`}>
Expand Down

0 comments on commit 2682080

Please sign in to comment.