Prerender: change headless to true

This commit is contained in:
Mikołaj Pich 2020-01-02 18:34:24 +01:00
parent 62d1a1c003
commit 95224991ed
No known key found for this signature in database
GPG key ID: F62B26E36D4C4BAA

View file

@ -99,7 +99,7 @@ if (process.env.NODE_ENV === 'production') {
inject: {
foo: 'bar',
},
headless: false,
headless: true,
renderAfterDocumentEvent: 'render-event',
}),
}),