Previously we were using HTTP queries to keep individual function bundle sizes small, but that doesn't matter in a server where all the code is shared! The immediate motivation is that I want /api/outfitImage requesting against the same server, not impress-2020.openneo.net. For other stuff I'm probably gonna fix this by replacing VERCEL_URL with something else, but here I figured this was a change worth making anyway. |
||
|---|---|---|
| .. | ||
| api | ||
| outfits | ||
| [[...slug]].tsx | ||
| _app.tsx | ||
| _document.tsx | ||