Frontity now-builder
Frontity - Now builder FORKED fromThis builder attempts to stay updated with vercel, so it will work with SWR and caching.
Before deploying
- Create this
vercel.json
file in your project and change the site url:
{
"builds": [
{
"src": "package.json",
"use": "@frederiknordahl/now"
}
]
}
- Follow the rest of the guide on Deploy Frontity using Vercel