Skip to content

Commit

Permalink
updated base
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Mar 15, 2024
1 parent b827eb9 commit 3a72fa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import starlight from "@astrojs/starlight"
// https://astro.build/config
export default defineConfig({
site: "https://microsoft.github.io",
// no base in private github pages
// base: "/genaiscript",
base: "/genaiscript",
integrations: [
starlight({
title: "GenAIScript",
Expand Down
4 changes: 2 additions & 2 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ template: splash
hero:
actions:
- text: Getting Started
link: /getting-started/
link: /genaiscript/getting-started/
icon: right-arrow
variant: primary
- text: Read the GenAIScript docs
link: /reference/
link: /genaiscript/reference/
icon: external
- text: GitHub
link: https://github.com/microsot/genaiscript
Expand Down

0 comments on commit 3a72fa5

Please sign in to comment.