Add lang attr. for better accessibility

This commit is contained in:
Paul W. 2021-12-08 02:20:30 -05:00
parent d3af524580
commit dc397934cf

View File

@ -1,4 +1,8 @@
module.exports = {
i18n: {
locales: ['en-US'],
defaultLocale: 'en-US'
},
webpack: (config, options) => {
config.experiments = { asset: true };