Skip to content

Commit 6e443c4

Browse files
committed
target serverless
1 parent fc3c8b2 commit 6e443c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: next.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
2+
target: "serverless", // For next-on-netlify
23
webpack: (config) => {
34
// load worker files as a urls with `file-loader`
45
config.module.rules.unshift({

0 commit comments

Comments
 (0)