Skip to content

Commit 8040061

Browse files
committed
fix: base header
1 parent 09840a7 commit 8040061

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/WebExpress.WebApp/WebPage/VisualTreeWebApp.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ public override IHtmlNode Render(IVisualTreeContext context)
110110
var renderContext = new RenderControlContext(context.RenderContext);
111111
html.Head.Title = I18N.Translate(context.Request, Title);
112112
html.Head.Favicons = Favicons;
113+
html.Head.Base = Base?.ToString();
113114
html.Head.Styles = Styles;
114115
html.Head.Meta = Meta;
115116
html.Head.Scripts = HeaderScripts;

0 commit comments

Comments
 (0)