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 66530e4 commit f95b909Copy full SHA for f95b909
src/core/render/compiler.js
@@ -68,7 +68,7 @@ export class Compiler {
68
this.linkRel =
69
this.linkTarget === '_blank' ? config.externalLinkRel || 'noopener' : '';
70
this.contentBase = router.getBasePath();
71
- this.rootRelativeImageURL = config.rootRelativeImageURL;
+ this.rootRelativeImageURL = config.rootRelativeImageURL || false;
72
73
const renderer = this._initRenderer();
74
this.heading = renderer.heading;
0 commit comments