Skip to content

Commit

Permalink
♿️ Improve Accessibility (#11)
Browse files Browse the repository at this point in the history
* 📦 Update dependencies
* ♿️ Improve accessibility
  • Loading branch information
keithrfung authored Oct 26, 2023
1 parent a4cb2cd commit 8848a70
Show file tree
Hide file tree
Showing 5 changed files with 5,863 additions and 3,770 deletions.
6 changes: 6 additions & 0 deletions gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ const config: GatsbyConfig = {
},
},
},
{
resolve: "gatsby-plugin-html-attributes",
options: {
lang: "en",
},
},
],
};

Expand Down
Loading

0 comments on commit 8848a70

Please sign in to comment.