impress-2020/api
Matchu 5e657e7547 Fix prod outfit SSR by just using URLs, not build
Hmm, the built copy of the HTML isn't deployed with the API function on Vercel. Ok! Let's just do the same trick as we did for the dev server, and make an HTTP request.

This is fine enough for perf because we're caching this result locally to the function, plus it should be a fast CDN-cached response anyway.
2021-05-14 20:27:45 -07:00
..
allWakaValues.js Fix eslint for /api 2021-05-13 01:13:21 -07:00
graphql.js Fix eslint for /api 2021-05-13 01:13:21 -07:00
outfitImage.js Add support for 600x600 outfit images 2021-05-14 19:54:18 -07:00
outfitPageSSR.js Fix prod outfit SSR by just using URLs, not build 2021-05-14 20:27:45 -07:00
sendFeedback.js Fix eslint for /api 2021-05-13 01:13:21 -07:00
uploadLayerImage.js Fix eslint for /api 2021-05-13 01:13:21 -07:00
validPetPoses.js Fix eslint for /api 2021-05-13 01:13:21 -07:00