Skip to content

Commit

Permalink
chore(docs): clarify that Gatsby can be hosted anywhere (#11728)
Browse files Browse the repository at this point in the history
fixes #11721
  • Loading branch information
saranshkataria authored and DSchau committed Feb 15, 2019
1 parent 5d6f13f commit e385fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/deploying-and-hosting.md
Expand Up @@ -3,8 +3,8 @@ title: Deploying and Hosting
overview: true
---

Getting your shiny new Gatsby site onto the cloud is probably the first thing you will want to do now that it's built! Also, give yourself a pat on the back real quick for creating something new!
Getting your shiny new Gatsby site deployed and accessible is probably the first thing you will want to do now that it's built! Also, give yourself a pat on the back real quick for creating something so great!

In this section you'll find answers to questions about dealing with app routes that aren't at the root of your domain with `path prefixes`, as well as how to deploy to countless hosting solutions such as [Netlify](https://www.netlify.com/), [AWS Amplify Console](https://console.amplify.aws), and [GitHub Pages](https://pages.github.com/). As well as what's necessary to make sure you're fully prepared for a deploy! 🚀
When you build your Gatsby application, the output is static content: HTML, CSS, JavaScript, images, etc. This content is incredibly easy and affordable to host with any provider. We have several guides below for hosting with particular providers, but this list is by no means exhaustive. Whether you're deploying to AWS, Netlify, or something else entirely switching to static content makes deploying a trivial concern.

[[guidelist]]

0 comments on commit e385fe0

Please sign in to comment.