rpg-cards
rpg-cards copied to clipboard
Improve caching
The default deployment at https://rpg-cards.vercel.app/ generates a lot of edge requests that exceeds the Vercel free tier usage.
Perhaps we could reduce the number of edge requests by using better cache control. Every reload of the page generates at least 7 responses with code 304, each of which counts towards the quota.