docs: fix syntax error in i18n example code block (#54749)

Added missing comma to fix syntax error in i18n configuration example.
This commit is contained in:
Xvezda 2023-08-31 12:16:55 +09:00 committed by GitHub
parent 9d7f54c11b
commit 44509f690a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -292,7 +292,7 @@ module.exports = {
destination: '/en/newpage',
permanent: false,
locale: false,
}
},
{
// this gets converted to /(en|fr|de)/(.*) so will not match the top-level
// `/` or `/fr` routes like /:path* would