New Launch

Take a deep dive into the fastest Gatsby, yet: Gatsby 5!

Deploying to Aerobatic

Aerobatic is a specialized static site host. You can easily deploy your Gatsby site to Aerobatic with the following steps:

  1. Install the Aerobatic CLI:

npm install aerobatic-cli -g

  1. Create a new Aerobatic site at the root of your Gatsby project:

aero create --name <your-site-name>

  1. Deploy your Gatsby build output:

aero deploy --directory public

Your site will be ready on their CDN at https://<your-site-name>.aerobaticapp.com in a matter of seconds.

There are some additional HTTP header optimizations you can configure in your aerobatic.yml file:

Other resources

Edit this page on GitHub
© 2022 Gatsby, Inc.