This commit is contained in:
sdarbinyan
2026-05-19 02:57:19 +04:00
parent 7bc3eb10c1
commit 4aef4881e1
5 changed files with 23 additions and 11 deletions

View File

@@ -225,7 +225,7 @@
"dexarmarket.ru", "dexarmarket.ru",
"dexar.market", "dexar.market",
"localhost", "localhost",
"lavero.store" "lovero.store"
], ],
"proxyConfig": "proxy.conf.json" "proxyConfig": "proxy.conf.json"
}, },

View File

@@ -45,3 +45,15 @@ server {
# brotli_comp_level 6; # brotli_comp_level 6;
# brotli_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript image/svg+xml; # brotli_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript image/svg+xml;
} }
server {
listen 80;
server_name lovero.store www.lovero.store;
location / {
proxy_pass http://127.0.0.1:4202;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}

View File

@@ -8,7 +8,7 @@ export const environment = {
logo: '/assets/images/lavero/lavero-logo.png', logo: '/assets/images/lavero/lavero-logo.png',
contactEmail: 'info@lavero.store', contactEmail: 'info@lavero.store',
supportEmail: 'info@lavero.store', supportEmail: 'info@lavero.store',
domain: 'lavero.store', domain: 'lovero.store',
telegram: '@laveromarket', telegram: '@laveromarket',
telegramBot: 'laveroSupportbot', telegramBot: 'laveroSupportbot',
phones: { phones: {

View File

@@ -8,7 +8,7 @@ export const environment = {
logo: '/assets/images/lavero/lavero-logo.png', logo: '/assets/images/lavero/lavero-logo.png',
contactEmail: 'info@lavero.store', contactEmail: 'info@lavero.store',
supportEmail: 'info@lavero.store', supportEmail: 'info@lavero.store',
domain: 'lavero.store', domain: 'lovero.store',
telegram: '@laveromarket', telegram: '@laveromarket',
telegramBot: 'laveroSupportbot', telegramBot: 'laveroSupportbot',
phones: { phones: {

View File

@@ -13,19 +13,19 @@
<!-- Open Graph / Facebook --> <!-- Open Graph / Facebook -->
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:url" content="https://lavero.store/"> <meta property="og:url" content="https://lovero.store/">
<meta property="og:title" content="Lavero Store - Маркетплейс цифровых товаров"> <meta property="og:title" content="Lavero Store - Маркетплейс цифровых товаров">
<meta property="og:description" content="Современный маркетплейс для покупки цифровых товаров. Широкий выбор товаров, удобный поиск, быстрая доставка."> <meta property="og:description" content="Современный маркетплейс для покупки цифровых товаров. Широкий выбор товаров, удобный поиск, быстрая доставка.">
<meta property="og:image" content="https://lavero.store/og-image.jpg"> <meta property="og:image" content="https://lovero.store/og-image.jpg">
<meta property="og:locale" content="ru_RU"> <meta property="og:locale" content="ru_RU">
<meta property="og:site_name" content="Lavero Store"> <meta property="og:site_name" content="Lavero Store">
<!-- Twitter --> <!-- Twitter -->
<meta property="twitter:card" content="summary_large_image"> <meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://lavero.store/"> <meta property="twitter:url" content="https://lovero.store/">
<meta property="twitter:title" content="Lavero Store - Маркетплейс цифровых товаров"> <meta property="twitter:title" content="Lavero Store - Маркетплейс цифровых товаров">
<meta property="twitter:description" content="Современный маркетплейс для покупки цифровых товаров. Широкий выбор товаров, удобный поиск, быстрая доставка."> <meta property="twitter:description" content="Современный маркетплейс для покупки цифровых товаров. Широкий выбор товаров, удобный поиск, быстрая доставка.">
<meta property="twitter:image" content="https://lavero.store/og-image.jpg"> <meta property="twitter:image" content="https://lovero.store/og-image.jpg">
<!-- Apple Touch Icon --> <!-- Apple Touch Icon -->
<link rel="apple-touch-icon" href="/apple-touch-icon.png"> <link rel="apple-touch-icon" href="/apple-touch-icon.png">
@@ -49,11 +49,11 @@
"@context": "https://schema.org", "@context": "https://schema.org",
"@type": "WebSite", "@type": "WebSite",
"name": "Lavero Store", "name": "Lavero Store",
"url": "https://lavero.store/", "url": "https://lovero.store/",
"description": "Современный маркетплейс для покупки цифровых товаров", "description": "Современный маркетплейс для покупки цифровых товаров",
"potentialAction": { "potentialAction": {
"@type": "SearchAction", "@type": "SearchAction",
"target": "https://lavero.store/search?q={search_term_string}", "target": "https://lovero.store/search?q={search_term_string}",
"query-input": "required name=search_term_string" "query-input": "required name=search_term_string"
} }
} }
@@ -63,8 +63,8 @@
"@context": "https://schema.org", "@context": "https://schema.org",
"@type": "Organization", "@type": "Organization",
"name": "Lavero Store", "name": "Lavero Store",
"url": "https://lavero.store/", "url": "https://lovero.store/",
"logo": "https://lavero.store/assets/images/lavero-logo.svg", "logo": "https://lovero.store/assets/images/lavero-logo.svg",
"contactPoint": { "contactPoint": {
"@type": "ContactPoint", "@type": "ContactPoint",
"telephone": "+7-916-109-10-32", "telephone": "+7-916-109-10-32",