Skip to content

Commit

Permalink
fix: corrected incorrect parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattjoh committed Sep 7, 2022
1 parent 3f1b7cd commit a63a751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/server/next-server.ts
Expand Up @@ -958,7 +958,7 @@ export default class NextNodeServer extends BaseServer {
pathname: pagePath,
serverless: !this.renderOpts.dev && this._isLikeServerless,
hasServerComponents: !!this.renderOpts.serverComponents,
isAppPath: !!this.nextConfig.experimental.appDir,
isAppPath,
})

if (
Expand Down

0 comments on commit a63a751

Please sign in to comment.