aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/_app.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/_app.tsx b/pages/_app.tsx
index f9cf556..119d817 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -23,6 +23,7 @@ export default function Blog({ Component, pageProps }) {
return <>
<Head>
+ <html lang='en-US' />
<link rel='preload' as='style' href='/font/font.css' onLoad={() => this.rel = 'stylesheet'} />
<meta property='og:url' content='https://blog.pipeframe.xyz' />
<meta property='og:type' content='website' />