File tree 4 files changed +16
-16
lines changed
4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ export default defineConfig({
9
9
integrations : [
10
10
starlight ( {
11
11
title : "Pixeval" ,
12
- defaultLocale : "zh-cn " ,
12
+ defaultLocale : "root " ,
13
13
locales : {
14
- "zh-cn" : {
14
+ root : {
15
15
label : "简体中文" ,
16
16
lang : "zh-CN" ,
17
17
} ,
File renamed without changes.
Original file line number Diff line number Diff line change 15
15
</span>
16
16
tagline : Congrats on setting up a new Starlight project!
17
17
image :
18
- file : ../../../ assets/houston.webp
18
+ file : ../../assets/houston.webp
19
19
actions :
20
20
- text : Example Guide
21
21
link : /guides/example/
@@ -26,21 +26,21 @@ hero:
26
26
variant : minimal
27
27
---
28
28
29
- import { Card , CardGrid } from ' @astrojs/starlight/components' ;
29
+ import { Card , CardGrid } from " @astrojs/starlight/components" ;
30
30
31
31
## Next steps
32
32
33
33
<CardGrid stagger >
34
- <Card title = " Update content" icon = " pencil" >
35
- Edit ` src/content/docs/index.mdx ` to see this page change.
36
- </Card >
37
- <Card title = " Add new content" icon = " add-document" >
38
- Add Markdown or MDX files to ` src/content/docs ` to create new pages.
39
- </Card >
40
- <Card title = " Configure your site" icon = " setting" >
41
- Edit your ` sidebar ` and other config in ` astro.config.mjs ` .
42
- </Card >
43
- <Card title = " Read the docs" icon = " open-book" >
44
- Learn more in [ the Starlight Docs] ( https://starlight.astro.build/ ) .
45
- </Card >
34
+ <Card title = " Update content" icon = " pencil" >
35
+ Edit ` src/content/docs/index.mdx ` to see this page change.
36
+ </Card >
37
+ <Card title = " Add new content" icon = " add-document" >
38
+ Add Markdown or MDX files to ` src/content/docs ` to create new pages.
39
+ </Card >
40
+ <Card title = " Configure your site" icon = " setting" >
41
+ Edit your ` sidebar ` and other config in ` astro.config.mjs ` .
42
+ </Card >
43
+ <Card title = " Read the docs" icon = " open-book" >
44
+ Learn more in [ the Starlight Docs] ( https://starlight.astro.build/ ) .
45
+ </Card >
46
46
</CardGrid >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments