Skip to content

Commit

Permalink
🔧 (app) social image locally by default in src/app
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed May 18, 2021
1 parent 4fde3c1 commit 048d62d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/app/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ export default nuxtConfig({
colorMode: {
classSuffix: ''
},
/**
* Social image local generation by default
*/
socialImage: {
baseUrl: 'DOMIN',
chrome: {
browserWSEndpoint: 'wss://chrome.browserless.io/'
}
},

/**
* Modules & plugins
Expand Down

0 comments on commit 048d62d

Please sign in to comment.