♫
📌 canary ▾
next.js
/
test
/
integration
/
i18n-support-same-page-hash-change
/
next.config.js
next.config.js
7 lines
88 B
module
.
exports
=
{
i18n: {
locales: [
'en'
,
'fr'
],
defaultLocale:
'en'
,
},
}
v2.0.0
/
Go
SIGN IN