Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySerfaty committed Feb 4, 2024
1 parent e4520ee commit 08aa581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Redirect } from '@docusaurus/router';

export default function Home(): JSX.Element {
return <Redirect to="/docs/intro" />;
return <Redirect to="/10Tap-Editor/docs/intro" />;

Check warning on line 4 in website/src/pages/index.tsx

View workflow job for this annotation

GitHub Actions / lint

'React' must be in scope when using JSX
}

0 comments on commit 08aa581

Please sign in to comment.