Prerender: change headless to true
This commit is contained in:
parent
62d1a1c003
commit
95224991ed
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ if (process.env.NODE_ENV === 'production') {
|
|||
inject: {
|
||||
foo: 'bar',
|
||||
},
|
||||
headless: false,
|
||||
headless: true,
|
||||
renderAfterDocumentEvent: 'render-event',
|
||||
}),
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue