NextJS add lang attribute to HTML tag
When working on accessibility, a common issue you might come across is that your HTML tag doesn't have a lang attribute.
The lang attribute tells the user which language the page is written in.
Some examples of valid lang attributes are:
<!-- French ...
h.daily-dev-tips.com2 min read