跳转到内容

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
    npm install -g @edgio/cli
  2. Add Edgio to your Astro site

    Terminal window
    edgio init
  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
    import { join } from 'path'
    module.exports = {
    astro: {
    // The path of the standalone server that runs Astro SSR.
    // The dependencies for this file are automatically bundled.
    appPath: join(process.cwd(), 'dist', 'server', 'entry.mjs'),
    },
    };
  4. Deploy to Edgio

    Terminal window
    edgio deploy

部署指南

更多部署指南

根據部署類型篩選