Skip to content

Commit 549237c

Browse files
committed
Updated middleware
1 parent bd2349a commit 549237c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

headapps/Sugcon2024/src/middleware.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const redirects = new RedirectsMiddleware({
4545
*/
4646
sites,
4747
...scConfig.api.edge,
48+
...scConfig.api.local,
4849
...scConfig.redirects,
4950
// This function determines if the middleware should be turned off on per-request basis.
5051
// Certain paths are ignored by default (e.g. Next.js API routes), but you may wish to disable more.

0 commit comments

Comments
 (0)