From 4d6cba884808f405e42034fd369c0d01d20be818 Mon Sep 17 00:00:00 2001 From: anibilag Date: Tue, 21 Oct 2025 22:51:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D1=80=D1=81=D0=B8=D1=8F=201.1.2=20?= =?UTF-8?q?=D0=97=D0=B0=D0=BC=D0=B5=D0=BD=D0=B0=20CultureScope=20=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=9A=D1=83=D0=BB=D1=8C=D1=82=D1=83=D1=80=D0=B0=20?= =?UTF-8?q?=D0=B4=D0=B2=D1=83=D1=85=20=D0=A1=D1=82=D0=BE=D0=BB=D0=B8=D1=86?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/components/SEO.tsx | 6 +++--- src/pages/HomePage.tsx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5d021dc..3cf1c55 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vite-react-typescript-starter", "private": true, - "version": "1.1.1", + "version": "1.1.2", "type": "module", "scripts": { "dev": "vite", diff --git a/src/components/SEO.tsx b/src/components/SEO.tsx index 9bdd938..6293f28 100644 --- a/src/components/SEO.tsx +++ b/src/components/SEO.tsx @@ -10,14 +10,14 @@ interface SEOProps { } export function SEO({ - title = 'Культура двух столиц', + title = 'Культура двух Столиц', description = 'Последние новинки искусства, музыки, театра и культурных мероприятий Москвы и Санкт-Петербурга.', keywords = ['культура', 'искусство', 'музыка', 'театр', 'кино'], image = 'https://images.unsplash.com/photo-1460661419201-fd4cecdf8a8b?auto=format&fit=crop&q=80&w=2070', url = typeof window !== 'undefined' ? window.location.href : '', type = 'website' }: SEOProps) { - const siteTitle = title.includes('CultureScope') ? title : `${title} | CultureScope`; + const siteTitle = title.includes('Культура двух Столиц') ? title : `${title} | Культура двух Столиц`; return ( @@ -32,7 +32,7 @@ export function SEO({ - + {/* Twitter meta tags */} diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 25777d6..acddaf9 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -53,9 +53,9 @@ export function HomePage() { return (