1.2.5 • Published 1 year ago
@frederiknordahl/now v1.2.5
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
- 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