Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
majkshkurti committed Sep 27, 2024
1 parent e616b18 commit 84a1b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ function HomepageHeader() {

export default function Home(): JSX.Element {
// todo: get version from config
const path = i18n.currentLocale === "de" ? "/docs/de/2.0" : `/docs/en/2.0`;
const path = i18n.currentLocale === "de" ? "/docs/de/2.0" : `/docs/2.0`;
return <Redirect to={path} />
}

0 comments on commit 84a1b4b

Please sign in to comment.