File tree 1 file changed +1
-1
lines changed
build-output-api/edge-middleware
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ https://build-output-api-edge-middleware.vercel.sh
13
13
In this case, the contents of the Edge Middleware Function are located in the
14
14
[ ` .vercel/output/functions/_middleware.func ` ] ( ./.vercel/output/functions/_middleware.func ) directory.
15
15
An accompanying "route" is placed in the [ ` config.json ` ] ( ./.vercel/output/config.json ) file which
16
- specifies that the middleware function will be invoked for every HTTP request due to the ` "src": "/(.\ *)" ` clause.
16
+ specifies that the middleware function will be invoked for every HTTP request due to the ` "src": "/(.*)" ` clause.
17
17
18
18
The [ ` .vc-config.json ` ] ( ./.vercel/output/functions/_middleware.func/.vc-config.json ) file specifies ` "runtime": "edge" `
19
19
which informs Vercel that the endpoint should be created as an Edge Function.
You can’t perform that action at this time.
0 commit comments