Skip to content

Commit

Permalink
fix redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Aug 28, 2024
1 parent 787e515 commit 6e67dbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,28 +58,28 @@ const config = {
{
redirects: [
{
to: '/docs/k3d/quick-start/install',
to: '/k3d/quick-start/install',
from: [
'/kubefirst/local/github/install',
'/kubefirst/local/gitlab/install',
],
},
{
to: '/docs/aws/quick-start/install/cli',
to: '/aws/quick-start/install/cli',
from: [
'/kubefirst/aws/github/install',
'/kubefirst/aws/gitlab/install',
],
},
{
to: '/docs/civo/quick-start/install/cli',
to: '/civo/quick-start/install/cli',
from: [
'/kubefirst/civo/github/install',
'/kubefirst/civo/gitlab/install',
],
},
{
to: '/docs/k3d/overview',
to: '/k3d/overview',
from: '/kubefirst/local',
},
],
Expand Down

0 comments on commit 6e67dbe

Please sign in to comment.