Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Add trailing slash to redirect (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-wong authored Sep 5, 2024
1 parent 66368db commit 0851a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ 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',
to: '/docs/latest/',
from: ['/', '/docs'],
},
{
Expand Down

0 comments on commit 0851a6d

Please sign in to comment.