visgl / vis.gl

http://vis.gl
MIT License
16 stars 9 forks source link

Static export #82

Closed ilyabo closed 9 months ago

ilyabo commented 9 months ago

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 of next 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 since 12.3.0.

netlify[bot] commented 9 months ago

Deploy Preview for visgl ready!

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.