Skip to content

Commit

Permalink
Mention OG_HTML_DEBUG flag in contributing (vercel#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle authored Apr 29, 2019
1 parent 7e72d51 commit adaa1b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ To start hacking, do the following:
5. If necessary, edit the `exePath` in [options.ts](https://github.com/zeit/og-image/blob/master/src/options.ts) to point to your local Chrome executable

Now you're ready to start local development!

You can set an environment variable to assist with debugging `export OG_HTML_DEBUG=1`. This will render the image as HTML so you can play around with your browser's dev tools before committing changes to the template.

0 comments on commit adaa1b4

Please sign in to comment.