Skip to content

FrederikNordahl/now-builder

 
 

Repository files navigation

Frontity - Now builder FORKED from Frontity now-builder

This builder attempts to stay updated with vercel, so it will work with SWR and caching.

Before deploying

  1. Create this vercel.json file in your project and change the site url:
{
  "builds": [
    {
      "src": "package.json",
      "use": "@frederiknordahl/now"
    }
  ]
}
  1. Follow the rest of the guide on Deploy Frontity using Vercel

Packages

No packages published

Languages

  • TypeScript 100.0%