- Inserted Prerendering plugin('prerender-spa-plugin') to create HTML pages (for Google... crawler)

- Added Meta Tags (title, description and keywords)
This commit is contained in:
Paolo Arena
2019-11-08 21:35:47 +01:00
parent 105a1cbca1
commit 67b42fcbfd
4 changed files with 41 additions and 26 deletions

View File

@@ -47,6 +47,12 @@ export interface IConfig {
value: string
}
export interface IMetaTags {
title?: string
keywords?: string
description?: string
}
export interface IGlobalState {
finishLoading: boolean
conta: number