Closed ilyabo closed 1 year ago
Name | Link |
---|---|
Latest commit | 843539dcdc70e710bbda120a1bec40a405b0dcb3 |
Latest deploy log | https://app.netlify.com/sites/visgl/deploys/641cd240ce31d00008a80374 |
Deploy Preview | https://deploy-preview-77--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 settings.
I received this email from Netlify:
And realized that we are generating unnecessary Functions usage apparently due to this issue.
Every time somebody hits an non-existant URL (and this happens all the time), a 404 page is apparently re-generated (ISR in Nextjs) which results in a Netlify Function call.
Adding a custom 404 should prevent this.