Skip to content
Snippets Groups Projects
Commit ecf8d51b authored by Michael Haidner's avatar Michael Haidner
Browse files

Redirect to='/docs/' in file 'startseite.js'

parent 69e6d50a
No related branches found
No related tags found
1 merge request!235648_FIT-Connect_in_horizontalem_Menue(planning#648)
......@@ -41,7 +41,8 @@ module.exports = {
src: '/images/FIT-Connect-logo.svg',
srcDark: '/images/FIT-Connect-logo.svg',
/* href: 'https://www.fitko.de/projektmanagement/fit-connect', */
href: 'https://docs.fitko.de/fit-connect/docs/',
/* href: 'https://docs.fitko.de/fit-connect/docs/', */
href: '/',
target: '_self',
width: 250,
height: 30,
......
......@@ -4,7 +4,7 @@ import {Redirect} from '@docusaurus/router';
export default function startseite() {
return (
<p>
<Redirect to="/" />
<Redirect to="/docs/" />
</p>
);
......
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