Skip to content

Commit

Permalink
domain
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Jun 28, 2024
1 parent b48c89e commit 1db3124
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import starlight from '@astrojs/starlight';

// https://astro.build/config
export default defineConfig({
site: 'https://gvcgo.github.io',
base:"/vmrdocs",
site: 'https://vdocs.vmr.us.kg',
// base:"/vmrdocs",
integrations: [
starlight({
// site: 'https://vmrdocs.github.io',
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/vmr_word_cloud.png
actions:
- text: Quick Start
link: /vmrdocs/starts/quickstart/
link: /starts/quickstart/
icon: right-arrow
variant: primary
- text: Star on Github
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/zh-cn/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hero:
file: ../../../assets/vmr_word_cloud.png
actions:
- text: 快速开始
link: /vmrdocs/zh-cn/starts/quickstart/
link: /zh-cn/starts/quickstart/
icon: right-arrow
variant: primary
- text: 去点亮Star
Expand Down

0 comments on commit 1db3124

Please sign in to comment.