V1.1
This commit is contained in:
8
src/app/_models/seo.ts
Normal file
8
src/app/_models/seo.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface SEOConfig {
|
||||
title: string;
|
||||
description: string;
|
||||
keywords?: string;
|
||||
ogTitle?: string;
|
||||
ogDescription?: string;
|
||||
ogImage?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user