icssc / icssc-website

Website for the ICS Student Council
https://studentcouncil.ics.uci.edu
MIT License
9 stars 2 forks source link

remove next export #95

Closed sirAvent closed 1 year ago

sirAvent commented 1 year ago

Summary

In Next.js v13.3.0, next export is deprecated and replaced with "output": "export"

Instead, running next build, generates an HTML file per route. https://nextjs.org/docs/app/building-your-application/deploying/static-exports