From e6a3b30485999bbf8f5bffb75a2b292f0008f7a0 Mon Sep 17 00:00:00 2001 From: Owen Young <62473795+theowenyoung@users.noreply.github.com> Date: Wed, 6 Jan 2021 21:07:06 +0800 Subject: [PATCH] fix(gatsby-theme-i18n): Correct HTML lang (#92) The lang value should be "en-US", not the code --- packages/gatsby-theme-i18n/src/components/seo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-theme-i18n/src/components/seo.js b/packages/gatsby-theme-i18n/src/components/seo.js index 0f1d00e6..edb6769a 100644 --- a/packages/gatsby-theme-i18n/src/components/seo.js +++ b/packages/gatsby-theme-i18n/src/components/seo.js @@ -19,7 +19,7 @@ const SEO = ({ location, pageContext }) => { return ( - +