@frederiknordahl/now
v1.2.5
Published
An updated Frontity builder for vercel hosting - forked from frontity/now-builder
Downloads
67
Maintainers
Readme
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