Skip to content

Commit b5f942f

Browse files
committed
fixed redirect
1 parent ee3e0e4 commit b5f942f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/pages/models.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { Redirect } from '@docusaurus/router';
22
import config from '../../docusaurus.config'
33
function body() {
4-
const path = `${config.baseUrl}bladerunner`
5-
return <Redirect to={path} />;
4+
const path = `https://github.com/uptime-industries/compute-blade/tree/main/bladerunner`
5+
return window.location.href = path;
66
}
77

88
export default body

0 commit comments

Comments
 (0)