We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee3e0e4 commit b5f942fCopy full SHA for b5f942f
docs/src/pages/models.tsx
@@ -1,8 +1,8 @@
1
import { Redirect } from '@docusaurus/router';
2
import config from '../../docusaurus.config'
3
function body() {
4
- const path = `${config.baseUrl}bladerunner`
5
- return <Redirect to={path} />;
+ const path = `https://github.com/uptime-industries/compute-blade/tree/main/bladerunner`
+ return window.location.href = path;
6
}
7
8
export default body
0 commit comments