@frederiknordahl/now
v1.2.7
Published
An updated Frontity builder for vercel hosting - forked from frontity/now-builder
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.jsonfile 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
