Skip to content

Commit

Permalink
✏️ Update domain name and base
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Jun 5, 2024
1 parent 8ed5c16 commit d158c10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions website/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import { defineConfig } from 'astro/config';

// https://astro.build/config
export default defineConfig({
site: 'https://siguici.github.io',
base: 'colorwind',
site: 'https://colorwind.js.org',
compressHTML: true,
integrations: [
starlight({
Expand Down
2 changes: 1 addition & 1 deletion website/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ hero:
file: ../../assets/colorwind.svg
actions:
- text: Get started
link: /colorwind/guides/
link: /guides/
icon: right-arrow
variant: primary
- text: View on GitHub
Expand Down

0 comments on commit d158c10

Please sign in to comment.