Skip to content

Commit

Permalink
🐛 (social-image) fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed May 20, 2021
1 parent 4421651 commit 9348923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/social-image/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default <Module<SocialImageModuleOptions & InternalModuleOptions>>functio
if (process.platform === 'win32') executablePath = 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe'

const defaults: SocialImageModuleOptions & InternalModuleOptions = {
baseUrl: this?.$docus?.url || undefined,
baseUrl: this?.$docus?.settings?.url || undefined,
outDir: '_preview',
_outDir: '',
internalUrl: '',
Expand Down

0 comments on commit 9348923

Please sign in to comment.