- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user