Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Fix docusaurus redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
reidlevesque committed Dec 8, 2023
1 parent d62aba7 commit fa7ac99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docusaurus.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: "Docusaurus 🦖 GitHub Pages"
description: "Builds and syncs Docusaurus site to GitHub Pages"

on:
push:
Expand All @@ -18,7 +17,7 @@ jobs:
node-version: "16"
cache: "yarn"
- name: Build Docusaurus website
path: ./docs
working-directory: ./docs
run: |
yarn
yarn build
Expand Down
4 changes: 2 additions & 2 deletions docs/src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import React from 'react';
import {Redirect} from '@docusaurus/router';

export default function Home(){
return <Redirect to="/docs/getting-started" />;
};
return <Redirect to="/openassistants/docs/getting-started" />;
};

0 comments on commit fa7ac99

Please sign in to comment.