Skip to content

Commit 2855600

Browse files
author
Chris
committed
Add proper args to run puppeteer on Vercel
1 parent 2e8086d commit 2855600

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
"postbuild": "react-snap"
1212
},
1313
"reactSnap": {
14-
"source": "dist"
14+
"source": "dist",
15+
"puppeteerArgs": [
16+
"--no-sandbox",
17+
"--disable-setuid-sandbox"
18+
]
1519
},
1620
"dependencies": {
1721
"@formspree/react": "^2.5.1",

0 commit comments

Comments
 (0)