We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f7058 commit 765a4ecCopy full SHA for 765a4ec
README.md
@@ -72,7 +72,7 @@ export const handler = async (request, { next }) => {
72
73
// If your framework generates client assets in a subdirectory, you can add these too
74
if (staticFiles.includes(pathname) || pathname.startsWith('assets/')) {
75
- return next()
+ return
76
}
77
78
// "handleRequest" is defined by your framework
0 commit comments