Skip to content

Commit

Permalink
fix: prettier for gatsby-plugin-preload-fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet committed Feb 29, 2020
1 parent 8256fd4 commit 69d2632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-plugin-preload-fonts/README.md
Expand Up @@ -139,4 +139,5 @@ This comes with [inherent security risks](https://chromium.googlesource.com/chro
but you should be alright since you're only running it locally.

### Use different Chrome/Chromium executable

In some cases, you might have to point Puppeteer to an external installation of Chrome/Chromium (e.g., on Alpine Linux, the build-in version of Chromium does not work). You can set the `PUPPETEER_EXECUTABLE_PATH` environment variable to the path of your custom chromium installation. A list with all environment variables to configure Puppeteer can be found [at the official docs](https://pptr.dev/#?product=Puppeteer&version=v1.20.0&show=api-environment-variables).

0 comments on commit 69d2632

Please sign in to comment.