Add lang attr. for better accessibility
This commit is contained in:
parent
d3af524580
commit
dc397934cf
@ -1,4 +1,8 @@
|
||||
module.exports = {
|
||||
i18n: {
|
||||
locales: ['en-US'],
|
||||
defaultLocale: 'en-US'
|
||||
},
|
||||
webpack: (config, options) => {
|
||||
config.experiments = { asset: true };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user