From 709ee2fd2a9d7899e5b2056535a622f1ab206e1b Mon Sep 17 00:00:00 2001 From: Kevin Hoerr Date: Mon, 28 Nov 2022 19:28:34 -0500 Subject: Add lang attribute to html (#26) --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') diff --git a/package.json b/package.json index 2c53b91..fc0cb9f 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "dependencies": { "babel-plugin-styled-components": "^2.0.7", "gatsby": "5.0.1", + "gatsby-plugin-html-attributes": "^1.0.5", "gatsby-plugin-image": "3.2.0", "gatsby-plugin-manifest": "5.2.0", "gatsby-plugin-offline": "^6.0.0", -- cgit