Closed ilyabo closed 9 months ago
Name | Link |
---|---|
Latest commit | 472a636ce2faeceb5df28e223084b290c9158018 |
Latest deploy log | https://app.netlify.com/sites/visgl/deploys/65bc1b01b38cee00084d04f6 |
Deploy Preview | https://deploy-preview-82--visgl.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
We used up the free function calls on Netlify and were auto-upgraded to a paid tier :disappointed:
To prevent this in future we can convert the app into a fully static one by using
next export
instead ofnext build
to avoid function calls. We have to disable Next.js Image Optimization for this to work (because it is done via function calls on Netlify).This PR also upgrades Next.js because
unoptimized: true
is only supported since12.3.0
.