跳转到内容

将你的 Astro 网站部署到 Surge

你能将你的 Astro 项目部署到 Surge——这是一个为前端开发者而设计,只需要单行命令就可以完成网页发布的平台。

  1. 在终端全局安装 Surge CLI,如果你还没有安装过的话。

    终端窗口
    npm install -g surge
  2. 在你的根项目目录下构建你的 Astro 网站。

    终端窗口
    npm run build
  3. 通过命令行部署到 Surge。

    终端窗口
    surge dist

    在部署时,你也可以使用 Surge 的自定义域名,即运行surge dist yourdomain.com

More Deployment Guides

Contribute

What’s on your mind?

Create GitHub Issue

Quickest way to alert our team of a problem.

Community