Skip to content

Commit 41330c3

Browse files
committed
Change zh-cn to root again
1 parent 861e6a5 commit 41330c3

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ export default defineConfig({
99
integrations: [
1010
starlight({
1111
title: "Pixeval",
12-
defaultLocale: "zh-cn",
12+
defaultLocale: "root",
1313
locales: {
14-
"zh-cn": {
14+
root: {
1515
label: "简体中文",
1616
lang: "zh-CN",
1717
},
File renamed without changes.

src/content/docs/zh-cn/index.mdx renamed to src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hero:
1515
</span>
1616
tagline: Congrats on setting up a new Starlight project!
1717
image:
18-
file: ../../../assets/houston.webp
18+
file: ../../assets/houston.webp
1919
actions:
2020
- text: Example Guide
2121
link: /guides/example/
File renamed without changes.

0 commit comments

Comments
 (0)