Skip to content

Commit

Permalink
Merge pull request #194 from nzzdev/release-9.0.1
Browse files Browse the repository at this point in the history
Release 9.0.1
  • Loading branch information
romankaravia committed Nov 5, 2019
2 parents 5a7785f + d95bd04 commit af16592
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nzz/q-server",
"version": "9.0.0",
"version": "9.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 5 additions & 1 deletion plugins/screenshot/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ const fetch = require("node-fetch");

// start a chromium process here
let browserPromise = puppeteer.launch({
args: ["--no-sandbox", "--disable-dev-shm-usage"]
args: [
"--no-sandbox",
"--disable-dev-shm-usage",
"--font-render-hinting=none"
]
});

// fetches assets and returns a concatenated string containing everything fetched
Expand Down

0 comments on commit af16592

Please sign in to comment.