My Site Has A "Page Not Found" Error

Problem

I linked my repo to Aerobatic but I am getting a Page Not Found error on my new website.

Solution

  1. Aerobatic supports the deployment of static assets such as css, html, and javascript. It will not, for example, execute PHP.
  2. Make sure that when you linked your repo to Aerobatic, you provided the correct location of your code within your repo (master branch, subfolder, dedicated branch). i.e. Where is your index.html?
  3. For new apps, once you have linked your repo, you must perform a push to deploy your site.