Skip to content

Commit

Permalink
docs: fix syntax error in i18n example code block
Browse files Browse the repository at this point in the history
Added missing comma to fix syntax error in i18n example.
  • Loading branch information
Xvezda committed Aug 30, 2023
1 parent 70d41b2 commit 6236157
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit 6236157

Please sign in to comment.