File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ $ npm run preview
131131
132132### Netlify CLI {#netlify-cli}
133133
134- 1. 通过 ` npm install -g netlify-cli` 安装 [Netlify CLI](https://docs.netlify.com/api-and-cli-guides/cli-guides/get-started-with-cli/) 。
134+ 1. 通过 ` npm install -g netlify-cli` 安装 [Netlify CLI](https://docs.netlify.com/api-and-cli-guides/cli-guides/get-started-with-cli/)。
1351352. 使用 `netlify init` 创建一个新站点。
1361363. 使用 `netlify deploy` 来部署。
137137
@@ -287,7 +287,7 @@ Cloudflare Pages 提供了一种直接部署到 Cloudflare 的方式,而无需
287287 - **构建命令**:`npm install && npm run build`
288288 - **发布目录**:`dist`
289289
290- 5. 点击 **Create Static Site**, 你的应用将会被部署在 `https://<PROJECTNAME>.onrender.com/`。
290+ 5. 点击 **Create Static Site**,你的应用将会被部署在 `https://<PROJECTNAME>.onrender.com/`。
291291
292292默认情况下,推送到该指定分支的任何新的 commit 都会自动触发一个新的部署。[Auto-Deploy](https://render.com/docs/deploys#toggling-auto-deploy-for-a-service) 可以在项目设置中部署。
293293
You can’t perform that action at this time.
0 commit comments