Skip to content

Commit

Permalink
Try to fix serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
gwer committed Mar 18, 2021
1 parent fe5acd6 commit fe699a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/next-server/server/next-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export default class Server {
}

// Pages pre-import speed up initial pages render
if (this.pagesManifest) {
if (this.pagesManifest && !this._isLikeServerless) {
;[
this.pagesManifest['/_document'],
this.pagesManifest['/_app'],
Expand Down

0 comments on commit fe699a8

Please sign in to comment.