diff --git a/error/errorPage.component.ts b/error/errorPage.component.ts index b3653ba0..30a0bd08 100644 --- a/error/errorPage.component.ts +++ b/error/errorPage.component.ts @@ -45,7 +45,6 @@ export class ErrorPageComponent { } ngOnInit() { this.route.queryParams.subscribe(data => { - this._meta.updateTag({content:url},"property='og:url'"); this.page = data['page']; if (!this.page) { this.page = this._location.path(true);