impress-2020/pages
Matchu 991defffa1 /api/outfitImage makes direct GQL queries
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.
2021-11-12 21:53:22 -08:00
..
api /api/outfitImage makes direct GQL queries 2021-11-12 21:53:22 -08:00
outfits [WIP] Use Next.js for outfit page SSR 2021-11-01 23:03:19 -07:00
[[...slug]].tsx [WIP] Run cra-to-next codemod to be on Nextjs 2021-11-01 21:49:23 -07:00
_app.tsx [WIP] Run cra-to-next codemod to be on Nextjs 2021-11-01 21:49:23 -07:00
_document.tsx [WIP] Run cra-to-next codemod to be on Nextjs 2021-11-01 21:49:23 -07:00