version update & use seo
This commit is contained in:
parent
d142e0c749
commit
4ae315eb88
6 changed files with 37 additions and 16 deletions
5
types/component/seoComponent.ts
Normal file
5
types/component/seoComponent.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export default interface SEOComponent {
|
||||
metaTitle: string;
|
||||
metaDescription: string;
|
||||
keywords: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue