Skip to content

将你的 Astro 站点部署到 Surge

你可以将 Astro 项目部署到 Surge,这是一个专为前端开发者设计的单命令 Web 发布平台。

¥You can deploy your Astro project to Surge, a single-command web publishing platform designed for front-end developers.

¥How to deploy

  1. Install the Surge CLI globally from the Terminal, if you haven’t already.

    Terminal window
    npm install -g surge
  2. Build your Astro site from your project’s root directory.

    Terminal window
    npm run build
  3. Deploy to Surge using the CLI.

    Terminal window
    surge dist

    You can use a custom domain when deploying by running surge dist yourdomain.com.

More Deployment Guides

Astro 中文网 - 粤ICP备13048890号