From 59326c7f99991cad932dcde9412400ed5acdb4d5 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 3 Mar 2026 16:51:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B2=D0=B0=D1=88=D0=B5=20=D1=81=D0=BE=D0=BE?= =?UTF-8?q?=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=BE=D0=BC=D0=BC?= =?UTF-8?q?=D0=B8=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/routes/pages.js | 7 ++++++- frontend/index.html | 19 +++++++++++++++++-- frontend/nginx-simple.conf | 12 ++++++++++-- 3 files changed, 33 insertions(+), 5 deletions(-) diff --git a/backend/routes/pages.js b/backend/routes/pages.js index 178b86d..ddf4854 100644 --- a/backend/routes/pages.js +++ b/backend/routes/pages.js @@ -2173,6 +2173,11 @@ router.get('/public/sitemap.xml', async (req, res) => { daily 0.8 + + ${baseUrl}/gitea + weekly + 0.7 + `; if (existsRes.rows[0].exists) { @@ -2229,7 +2234,7 @@ router.get('/public/sitemap.xml', async (req, res) => { sitemap += ``; - res.setHeader('Content-Type', 'application/xml'); + res.setHeader('Content-Type', 'application/xml; charset=UTF-8'); res.send(sitemap); } catch (error) { console.error('Ошибка генерации sitemap.xml:', error); diff --git a/frontend/index.html b/frontend/index.html index cfeaa40..3c1cd06 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,10 +1,25 @@ - + - DApp for Business + VC HB3 Accelerator — венчурный фонд и платформа DLE + + + + + + + + + + + + + + +