ZEIT Now is a cloud platform for websites and serverless APIs, that you can use to deploy your Gridsome projects to your personal domain (or a free .now.sh
suffixed URL).
This guide will show you how to get started in a few quick steps:
To install their command-line interface with npm, run the following command:
npm i -g now
You can deploy your application by running the following command in the root of the project directory:
now
Alternatively, you can also use their integration for GitHub or GitLab.
That’s all!
Your site will now deploy, and you will receive a link similar to the following: https://gridsome.now-examples.now.sh
Out of the box, you are preconfigured for client-side routing compatibility and appropriate default caching headers. This behaviour can be overwritten like this.