Skip to content

Commit ba1dd1a

Browse files
committed
test
1 parent c0f3f49 commit ba1dd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ export default async function middleware(request: NextRequest) {
1212

1313
export const config = {
1414
matcher: ["/((?!api|_next|_vercel|.*\\..*).*)"],
15-
unstable_allowDynamic: ["/node_modules/elysia/**"],
15+
unstable_allowDynamic: ["/node_modules/elysia/dist/index.mjs"],
1616
};

0 commit comments

Comments
 (0)