Skip to content

Commit

Permalink
Update open-graph-image.php
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk authored Jan 11, 2024
1 parent a41878d commit 16cea9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/open-graph-image.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,11 @@
'og:type' => 'type',
'og:url' => 'url',
],

// set custom paths for node and npm binaries for puppeteer
// leave empty to resolve using default paths
'paths' => [
'node' => env('NODE_PATH'),
'npm' => env('NPM_PATH'),
],
];

0 comments on commit 16cea9a

Please sign in to comment.