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 b89dcf5 commit 369e5c0Copy full SHA for 369e5c0
lib/src/html/html_generator_instance.dart
@@ -420,7 +420,7 @@ class HtmlGeneratorInstance {
420
String content = template.renderString(data);
421
422
if (!_options.useBaseHref) {
423
- content = content.replaceAll(HTMLBASE_PLACEHOLDER, '');
+ content = content.replaceAll(HTMLBASE_PLACEHOLDER, data.htmlBase);
424
}
425
_writer(outFile, content);
426
if (data.self is Indexable) _indexedElements.add(data.self as Indexable);
0 commit comments