Skip to content

Commit 765a4ec

Browse files
authored
Update README.md
1 parent 71f7058 commit 765a4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const handler = async (request, { next }) => {
7272

7373
// If your framework generates client assets in a subdirectory, you can add these too
7474
if (staticFiles.includes(pathname) || pathname.startsWith('assets/')) {
75-
return next()
75+
return
7676
}
7777

7878
// "handleRequest" is defined by your framework

0 commit comments

Comments
 (0)