diff options
| author | Kevin Hoerr <kjhoerr@protonmail.com> | 2022-11-28 19:28:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-28 19:28:34 -0500 |
| commit | 709ee2fd2a9d7899e5b2056535a622f1ab206e1b (patch) | |
| tree | 1f73fe02e757d3a18eb1d00a79deb113b1f2d955 /package.json | |
| parent | dba31d2251a36a08b255d280317a830ff63e19b4 (diff) | |
| download | submelon.dev-709ee2fd2a9d7899e5b2056535a622f1ab206e1b.tar.gz submelon.dev-709ee2fd2a9d7899e5b2056535a622f1ab206e1b.tar.bz2 submelon.dev-709ee2fd2a9d7899e5b2056535a622f1ab206e1b.zip | |
Add lang attribute to html (#26)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
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", |
