Deploying to Aerobatic
Aerobatic is a specialized static site host. You can easily deploy your Gatsby site to Aerobatic with the following steps:
- Install the Aerobatic CLI:
npm install aerobatic-cli -g
- Create a new Aerobatic site at the root of your Gatsby project:
aero create --name <your-site-name>
- 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
- Learn more about Gatsby and Aerobatic on Aerobatic’s site.
Edit this page on GitHub