meta: add lang="en" to html header

Edward Thomson committed Oct 6, 2021 at 16:18 UTC 523295bddc8bd9213f26fe780862a8bde39e0193
1 file changed +1
gatsby-config.js
+1
@@ -3,6 +3,7 @@ module.exports = {
3 title: 'npm Docs',
4 shortName: 'npm',
5 description: 'Documentation for the npm registry, website, and command-line interface',
6 + lang: 'en',
7 imageUrl: 'https://user-images.githubusercontent.com/29712634/81721690-e2fb5d80-9445-11ea-8602-4b2294c964f3.png',
8 },
9 plugins: [