zachpmanson / penultimate-guitar

A streamlined Ultimate Guitar client with Spotify integration
https://pg.zachmanson.com
MIT License
6 stars 5 forks source link

Improve build speed for static paths #69

Open zachpmanson opened 9 months ago

zachpmanson commented 9 months ago

Currently getStaticPaths is set to return [], because there is now over 9000 static paths. The build process for this takes over an hour so vercel cancels it.

zachpmanson commented 7 months ago

72