Use this builder to deploy a Frontity project in the Zeit Now hosting.
- Create this now.jsonfile in your project and change the site url:
{
  "alias": "www.your-site.com",
  "version": 2,
  "builds": [
    {
      "src": "package.json",
      "use": "@frontity/now"
    }
  ]
}- 
Create an account on Now. You can signup here. 
- 
Log in the terminal: 
> npx now loginDeploy Frontity using this command:
> npx nowThat will give you a unique URL for that deploy. Check that everything is ok.
You need to add a CNAME of www.your-site.com to alias.zeit.co in your domain DNS settings.
Then, deploy Frontity using this command:
> npx now --target productionThat will createa a deploy and assign it to your real site url.