Skip to content

Commit dea65ca

Browse files
author
Nathan Booker
committed
chore: set runtime to nodejs in middleware configuration
1 parent 399b292 commit dea65ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/middleware.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ export const config = {
2929
*/
3030
'/((?!api|admin|_next/static|_next/image|_vercel|favicon.ico|xmlsitemap.php|sitemap.xml|robots.txt).*)',
3131
],
32+
runtime: 'nodejs',
3233
};

0 commit comments

Comments
 (0)