astro / latest / guides / deploy / edgio / index.html

Deploy your Astro Site to Edgio

You can deploy your Astro project to Edgio, an edge and CDN platform to deploy, protect and accelerate websites and APIs.

How to deploy

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

    Terminal window
  2. Add Edgio to your Astro site

    Terminal window
  3. (Optional) Enable Server Side Rendering

    After you’ve set up @astrojs/node with Astro, specify the server file path in edgio.config.js as below:

    edgio.config.js
  4. Deploy to Edgio

    Terminal window

More Deployment Guides

Filter by deploy type

© 2021 Fred K. Schott
Licensed under the MIT License.
https://docs.astro.build/en/guides/deploy/edgio/