Gatsby: Hosting gatsby on Shared Hosting

Created on 19 Jul 2017  路  2Comments  路  Source: gatsbyjs/gatsby

Hi, is it possible to host gatsbyjs on shared hosting? If yes, any tutorial to do that?

Thanks! :)

Most helpful comment

Absolutely! Gatsby doesn't run server-side, so all you need is the ability to host static HTML. In that regard, any shared host should be capable.

All site assets (HTML, CSS, pre-processed images, etc.) are all stored in the public/ folder after your build completes. Take that folder and upload it to your web root.

All 2 comments

Absolutely! Gatsby doesn't run server-side, so all you need is the ability to host static HTML. In that regard, any shared host should be capable.

All site assets (HTML, CSS, pre-processed images, etc.) are all stored in the public/ folder after your build completes. Take that folder and upload it to your web root.

Great to hear that!
Thanks for you explanation :) @nicholaswyoung

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rossPatton picture rossPatton  路  3Comments

dustinhorton picture dustinhorton  路  3Comments

kalinchernev picture kalinchernev  路  3Comments

benstr picture benstr  路  3Comments

KyleAMathews picture KyleAMathews  路  3Comments