[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:
parent
7015dc3635
commit
3905323a98
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
}
|
||||
],
|
||||
"functions": {
|
||||
"api/assetImage.js": {
|
||||
"pages/api/assetImage.js": {
|
||||
"excludeFiles": "node_modules/playwright/**"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue