Skip to content

Commit 9348923

Browse files
committed
🐛 (social-image) fix path
1 parent 4421651 commit 9348923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/social-image/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default <Module<SocialImageModuleOptions & InternalModuleOptions>>functio
2121
if (process.platform === 'win32') executablePath = 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe'
2222

2323
const defaults: SocialImageModuleOptions & InternalModuleOptions = {
24-
baseUrl: this?.$docus?.url || undefined,
24+
baseUrl: this?.$docus?.settings?.url || undefined,
2525
outDir: '_preview',
2626
_outDir: '',
2727
internalUrl: '',

0 commit comments

Comments
 (0)