feat(seo): add canonical tag (#5578)

This commit is contained in:
Vladimir Lugovsky 2019-12-20 11:09:37 +03:00 committed by Sergey Andrievskiy
parent 6837d1f3c2
commit 76d31dadbc
4 changed files with 65 additions and 1 deletions

View file

@ -9,6 +9,7 @@ import {
AnalyticsService,
LayoutService,
PlayerService,
SeoService,
StateService,
} from './utils';
import { UserData } from './data/users';
@ -140,6 +141,7 @@ export const NB_CORE_PROVIDERS = [
AnalyticsService,
LayoutService,
PlayerService,
SeoService,
StateService,
];