We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fbaba3 commit cc3f8f9Copy full SHA for cc3f8f9
src/content/docs/zh-cn/guides/deploy/seenode.mdx
@@ -4,6 +4,8 @@ description: 如何在 Seenode 上将你的 Astro 网站部署到网上。
4
sidebar:
5
label: Seenode
6
type: deploy
7
+logo: seenode
8
+supports: ['ssr']
9
i18nReady: true
10
---
11
import { Steps } from '@astrojs/starlight/components';
@@ -99,4 +101,4 @@ export default defineConfig({
99
101
- [Seenode Cloud](https://cloud.seenode.com) — Seenode 控制面板
100
102
- [Seenode 文档](https://seenode.com/docs) — 完整的平台文档
103
- [Seenode Astro 指南](https://seenode.com/docs/frameworks/javascript/astro/) — 详细的部署指南和故障排除说明
-- [Seenode Astro 模板](https://github.com/seenode/example-astro) — 预配置的启动模板
104
+- [Seenode Astro 模板](https://github.com/seenode/example-astro) — 预配置的启动模板
0 commit comments