avgupta456 / statbotics

📈 Modernizing Data Analytics for FRC Robotics
https://statbotics.io/
MIT License
64 stars 9 forks source link

Improve NextJS Dynamic Metadata #259

Open avgupta456 opened 1 year ago

avgupta456 commented 1 year ago

Currently uses team, event_id, or match_id, since querying the full data is expensive and hits the Vercel usage limit. Maybe hardcode a dictionary or create a single cacheable function that returns the dictionary.