We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2349a commit 549237cCopy full SHA for 549237c
headapps/Sugcon2024/src/middleware.ts
@@ -45,6 +45,7 @@ const redirects = new RedirectsMiddleware({
45
*/
46
sites,
47
...scConfig.api.edge,
48
+ ...scConfig.api.local,
49
...scConfig.redirects,
50
// This function determines if the middleware should be turned off on per-request basis.
51
// Certain paths are ignored by default (e.g. Next.js API routes), but you may wish to disable more.
0 commit comments