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

Commit

Permalink
Initial website
Browse files Browse the repository at this point in the history
  • Loading branch information
zstg committed Apr 21, 2024
1 parent f612649 commit 28fa045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import starlightImageZoom from 'starlight-image-zoom'

// https://astro.build/config
export default defineConfig({
site: 'https://stratos-linux.github.io',
base: 'StratOS-docs',
site: 'https://stratos-linux.github.io/',
base: '/',
plugins: [starlightImageZoom()],
integrations: [
starlight({
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hero:
file: ../../assets/houston.webp
actions:
- text: Go to docs
link: /StratOS-docs/guides/master/
link: /guides/master/
icon: right-arrow
variant: primary
- text: Download
Expand Down

0 comments on commit 28fa045

Please sign in to comment.