#It's possible use Hostinger to host an Astro MPA?
5 messages · Page 1 of 1 (latest)
The problem with Hostinger is that it does not build the website for you, so you must “compile” your website and upload this compiled folder to hostinger manually or upload just the compiled folder to a git repo and use that. But it is possible.
If you have SSH access. https://support.hostinger.com/en/articles/1583645-how-to-enable-ssh-access
You can find a GitHub workflow on a comment here. https://nathanshobbies.com/posts/post-3/
Thankssss