Skip to content

Commit

Permalink
✏️ Fix base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Jan 27, 2024
1 parent dd0f4b2 commit 00c095c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hero:
tagline: Congrats on setting up a new Styliz project!
actions:
- text: Get started
link: /start/
link: /styliz/start/
icon: right-arrow
variant: primary
- text: Go to Styliz GitHub
Expand All @@ -29,6 +29,6 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
Edit your `sidebar` and other config in `astro.config.mjs`.
</Card>
<Card title="Read the docs" icon="open-book">
Learn more in [the Styliz Docs](/guides).
Learn more in [the Styliz Docs](/styliz/guides).
</Card>
</CardGrid>

0 comments on commit 00c095c

Please sign in to comment.