Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
docs: remove useless redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Apr 22, 2022
1 parent 1ad13e8 commit 1d2210e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion libs/documentations/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const config = {
label: 'Documentations',
},
{
to: '/soba',
to: '/soba/index.html',
label: 'Soba API',
position: 'left',
},
Expand Down
6 changes: 0 additions & 6 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,3 @@
[context.branch-deploy]
command = "npx pnpm run docs"
publish = "libs/documentations/build/"

[[redirects]]
from = "/soba"
to = "/soba/"
force = true
status = 301

0 comments on commit 1d2210e

Please sign in to comment.