We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4421651 commit 9348923Copy full SHA for 9348923
src/social-image/index.ts
@@ -21,7 +21,7 @@ export default <Module<SocialImageModuleOptions & InternalModuleOptions>>functio
21
if (process.platform === 'win32') executablePath = 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe'
22
23
const defaults: SocialImageModuleOptions & InternalModuleOptions = {
24
- baseUrl: this?.$docus?.url || undefined,
+ baseUrl: this?.$docus?.settings?.url || undefined,
25
outDir: '_preview',
26
_outDir: '',
27
internalUrl: '',
0 commit comments