将你的 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
-
Install the Surge CLI globally from the terminal, if you haven’t already.
-
Build your Astro site from your project’s root directory.
-
Deploy to Surge using the CLI.
You can use a custom domain with Surge when deploying by running
surge dist yourdomain.com
.