fix(core): update

This commit is contained in:
2020-11-05 20:03:12 +00:00
parent bab9124ad9
commit 74fc97a220
5 changed files with 7 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ export class TagManager {
const subPageLevel = new TagLevel(this, 'subpage');
subPageLevel.title = metaObjectArg.title;
if (metaObjectArg.description) {
this.baseLevel.addTag(new MetaTag('description', metaObjectArg.description));
subPageLevel.addTag(new MetaTag('description', metaObjectArg.description));
}
await this.activeLevel.disable();
this.activeLevel = subPageLevel;