@dwinaya/frontity-vercel-builder
v1.0.1
Published
An updated Frontity builder for vercel hosting - forked from @frederiknordahl/now
Readme
Frontity - Now builder FORKED from Frontity now-builder
This builder attempts to stay updated with Vercel and NodeJS version 22, 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": "@dwinaya/frontity-vercel-builder"
}
]
}- Follow the rest of the guide on Deploy Frontity using Vercel
