Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Mar 3, 2023
1 parent 4615050 commit 7ad8f72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function getCreateAssets(params: {
catchAll: !metadata.edgeSSR && !metadata.edgeApiFunction,
})
const matchers = metadata?.edgeMiddleware?.matchers ?? [
{ regexp: namedRegex, originalSource: page },
{ regexp: namedRegex, originalSource: matcherSource },
]

const edgeFunctionDefinition: EdgeFunctionDefinition = {
Expand Down

0 comments on commit 7ad8f72

Please sign in to comment.