Skip to content

Commit 273dd70

Browse files
authored
Update to prevent netlify#55 from occurring again
This change in the readme is to help future developers not have binary issues across lambda functions created by the next build command.
1 parent 246c53d commit 273dd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ It's super simple. Just create a `next.config.js` file and write the following:
6060

6161
module.exports = {
6262
// Target must be serverless
63-
target: "serverless",
63+
target: "experimental-serverless-trace",
6464
};
6565
```
6666

0 commit comments

Comments
 (0)