fix: update metatags gen

This commit is contained in:
2025-12-11 15:12:20 +03:00
parent 765b65a00a
commit 3aa39d96ca
18 changed files with 319 additions and 82 deletions

View File

@@ -0,0 +1,8 @@
export type TMetainfo = {
title: string;
description: string;
companyName: string;
phone: string;
ogImageTitle: string;
ogImageDescription: string;
};