Deploy your Astro Site to Surge
هذا المحتوى لا يتوفر بلغتك بعد.
You can deploy your Astro project to Surge, a single-command web publishing platform designed for front-end developers.
How to deploy
Section titled 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 when deploying by running
surge dist yourdomain.com
.