[WIP] Oops, update assetImage path in vercel.json

I had stopped paying attention to `vercel.json`, because part of my intent is to perhaps move off Vercel, but right… we're still on there for now, and we still want our API functions to run!
This commit is contained in:
Emi Matchu 2021-11-02 00:59:32 -07:00
parent 7015dc3635
commit 3905323a98

View file

@ -9,7 +9,7 @@
}
],
"functions": {
"api/assetImage.js": {
"pages/api/assetImage.js": {
"excludeFiles": "node_modules/playwright/**"
}
}