Skip to content

Commit

Permalink
chore(): client side redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcbaum committed Dec 13, 2021
1 parent 42bfde8 commit 1016091
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,17 @@ module.exports = {
},
plugins: [
'docusaurus-plugin-sass',
[
'@docusaurus/plugin-client-redirects',
{
redirects: [
{
from: `${BASE_URL}/next/:match*`,
to: `${BASE_URL}/:match*`,
},
],
},
],
[
'docusaurus-plugin-module-alias',
{
Expand Down

0 comments on commit 1016091

Please sign in to comment.