From a8bcd7b2e4a89121b62f59451761f911ca15d504 Mon Sep 17 00:00:00 2001 From: anibilag Date: Mon, 20 Oct 2025 23:37:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D1=80=D1=81=D0=B8=D1=8F=201.0.7=20?= =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D1=85=D0=BE=D0=B4=20=D0=B2=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D0=B4=D0=B5=20=D0=BD=D0=B0=20=D0=B4=D0=BE=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=BA=D1=83=D0=BB=D1=8C=D1=82=D1=83=D1=80=D0=B0?= =?UTF-8?q?=D0=B4=D0=B2=D1=83=D1=85=D1=81=D1=82=D0=BE=D0=BB=D0=B8=D1=86.?= =?UTF-8?q?=D1=80=D1=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/robots.txt | 2 +- scripts/generate-sitemap.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/robots.txt b/public/robots.txt index fb20b4e..78c643e 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -6,4 +6,4 @@ Disallow: /admin/ Disallow: /admin/* # Sitemap -Sitemap: https://russcult.anibilag.ru/sitemap.xml \ No newline at end of file +Sitemap: https://xn--80aefrggdxongffce6aw8g.xn--p1ai/sitemap.xml \ No newline at end of file diff --git a/scripts/generate-sitemap.js b/scripts/generate-sitemap.js index 72d0071..e669ef3 100644 --- a/scripts/generate-sitemap.js +++ b/scripts/generate-sitemap.js @@ -18,7 +18,7 @@ async function generateSitemap() { } } - const baseUrl = 'https://russcult.anibilag.ru'; // Replace with your actual domain + const baseUrl = 'https://xn--80aefrggdxongffce6aw8g.xn--p1ai'; // Replace with your actual domain // Create a stream to write to const stream = new SitemapStream({ hostname: baseUrl });