Skip to content

Commit fa66216

Browse files
author
Michael Gast
committed
use new puppeteer browser env variable
1 parent 8f1f2d6 commit fa66216

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ViewAdmin.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<p>
121121
<label>{{ t('bookmarks', 'Pageres ENV variables') }}
122122
<input v-model="settings['previews.pageres.env']"
123-
placeholder="CHROMIUM_PATH=/usr/bin/chromium-browser PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=false"
123+
placeholder="PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser"
124124
type="text"
125125
@input="onChange"></label>
126126
</p>

0 commit comments

Comments
 (0)