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