Skip to content

Commit f95b909

Browse files
Update src/core/render/compiler.js
Co-authored-by: Anix <[email protected]>
1 parent 66530e4 commit f95b909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/render/compiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class Compiler {
6868
this.linkRel =
6969
this.linkTarget === '_blank' ? config.externalLinkRel || 'noopener' : '';
7070
this.contentBase = router.getBasePath();
71-
this.rootRelativeImageURL = config.rootRelativeImageURL;
71+
this.rootRelativeImageURL = config.rootRelativeImageURL || false;
7272

7373
const renderer = this._initRenderer();
7474
this.heading = renderer.heading;

0 commit comments

Comments
 (0)