vercel.json
file.vercel.json
file@frontity/now
is a Frontity builder created especifically for Vercel. It encapsulates all the actions that need to be triggered on Vercel servers when deploying a Frontity projecthttps://my-frontity-project.vercel.app
→ Our temporary URL assigned automatically by Vercel, We can check (and share) our site online from this URLhttps://vercel.com/vercel-username/my-frontity-project/settings
→ Here we can check the status of our site and check the logs among other thingshttps://vercel.com/vercel-username/my-frontity-project/settings
→ Here we can change domain and build settings among other thingshttps://vercel.com/vercel-username/my-frontity-project/settings
in our example above) we can set a custom domain.data.isFetching
state (although apparently working on the local dev machine). The reason is that Frontity won't be able to fetch the content from the WordPress backend over HTTP on a pure HTTPS site.