Версия 1.0.7 Переход в проде на домен культурадвухстолиц.рф

This commit is contained in:
anibilag 2025-10-20 23:37:35 +03:00
parent b74a66643d
commit a8bcd7b2e4
2 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,4 @@ Disallow: /admin/
Disallow: /admin/*
# Sitemap
Sitemap: https://russcult.anibilag.ru/sitemap.xml
Sitemap: https://xn--80aefrggdxongffce6aw8g.xn--p1ai/sitemap.xml

View File

@ -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 });