Skip to content
Snippets Groups Projects
Commit 77f1b7de authored by David Schwarzmann's avatar David Schwarzmann
Browse files

Merge branch 'mr-fix-redirect' into 'main'

Fix redirect ./docs to ./

See merge request !104
parents a3296867 484f25bb
No related branches found
No related tags found
1 merge request!104Fix redirect ./docs to ./
......@@ -43,7 +43,7 @@ upload:review:
name: review/$CI_COMMIT_REF_NAME
on_stop: stop:review
auto_stop_in: 2 week
url: https://docs.fitko.de/preview/fit-connect/$CI_COMMIT_REF_SLUG/docs/
url: https://docs.fitko.de/preview/fit-connect/$CI_COMMIT_REF_SLUG/
needs:
- build
rules:
......
......@@ -4,4 +4,4 @@ slug: /
import {Redirect} from '@docusaurus/router'
<Redirect to="/" />
<Redirect to=".." />
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment