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

This commit is contained in:
Sergey Andrievskiy 2019-12-20 11:14:42 +03:00 committed by GitHub
parent c046c0d950
commit d25cc1a4fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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';
@ -141,6 +142,7 @@ export const NB_CORE_PROVIDERS = [
AnalyticsService,
LayoutService,
PlayerService,
SeoService,
StateService,
AbService,
];