fix: update metatags gen
This commit is contained in:
8
src/shared/types/metainfo.ts
Normal file
8
src/shared/types/metainfo.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type TMetainfo = {
|
||||
title: string;
|
||||
description: string;
|
||||
companyName: string;
|
||||
phone: string;
|
||||
ogImageTitle: string;
|
||||
ogImageDescription: string;
|
||||
};
|
||||
Reference in New Issue
Block a user