This commit is contained in:
2025-01-20 09:33:07 +01:00
parent fd9c86c743
commit fe2e84f250
3 changed files with 10 additions and 34 deletions

View File

@@ -2,5 +2,5 @@ import React from 'react';
import { Redirect } from '@docusaurus/router';
export default function Home() {
return <Redirect to="/tftech/docs/introduction" />;
return <Redirect to="/tftech/docs" />;
}