Skip to content

Commit

Permalink
Add trailing slash to redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-wong committed Sep 5, 2024
1 parent 66368db commit 5383281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ const config = {
redirects: [
// This redirect takes the user to the latest version of the English docs when they land on the English versions of the docs site.
{
to: '/docs/latest',
from: ['/', '/docs'],
to: '/docs/latest/',
from: ['/', '/docs', '/docs/latest'],
},
{
to: '/docs/latest/run-non-transactional-storage-operations-through-primitive-crud-interface',
Expand Down

0 comments on commit 5383281

Please sign in to comment.