Skip to content

Commit

Permalink
i18n(zh-cn): add missed frontmatter (#8216)
Browse files Browse the repository at this point in the history
  • Loading branch information
liruifengv committed May 14, 2024
1 parent 72d634f commit 776dce9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/content/docs/zh-cn/guides/deploy/gitlab.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 部署你的 Astro 站点至 GitLab Pages
description: 如何使用 GitLab Pages 将你的 Astro 网站部署到网络上。
type: deploy
i18nReady: true
---
import { Steps } from '@astrojs/starlight/components';
Expand Down Expand Up @@ -59,4 +60,4 @@ import { Steps } from '@astrojs/starlight/components';
# 触发新的构建和部署
- main
```
</Steps>
</Steps>
3 changes: 2 additions & 1 deletion src/content/docs/zh-cn/guides/deploy/google-firebase.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 部署你的 Astro 站点至 Google Firebase 托管
description: How to deploy your Astro site to the web using Google’s Firebase Hosting.
type: deploy
i18nReady: true
---
import { Steps } from '@astrojs/starlight/components';
Expand Down Expand Up @@ -129,4 +130,4 @@ import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro';
```
</Fragment>
</PackageManagerTabs>
</Steps>
</Steps>

0 comments on commit 776dce9

Please sign in to comment.