fix: stabilize runtime follow-up regressions
This commit is contained in:
@@ -26,7 +26,7 @@ void app_asset_tags(Request& context, String kind, DTree assets)
|
||||
app_asset_tag_once(context, kind, scalar);
|
||||
return;
|
||||
}
|
||||
assets.each([&](DTree item, String key) {
|
||||
assets.each([&](const DTree& item, String key) {
|
||||
app_asset_tag_once(context, kind, item.to_string());
|
||||
});
|
||||
}
|
||||
|
||||
@@ -21,5 +21,6 @@ COMPONENT(Request& context)
|
||||
<script src="<?= app_asset_url("js/morphdom.js", context) ?>"></script>
|
||||
<script src="<?= app_asset_url("js/site.js", context) ?>"></script>
|
||||
<?: context.call["fragments"]["head"].to_string() ?>
|
||||
<?: context.call["fragments"]["once"].to_string() ?>
|
||||
</>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user