is there a way to define our middleware location that’s hosted on vercel, it’s very different than our function location.
Hey, @followbl!
Middleware in Vercel is defined in a single middleware.ts
file at the project root.
Hope that helps!
not the file location - where the middleware is hosted (ex: sfo1). support already responded that this currently isn’t configurable as it is in function.
thanks for the reply!