Prepare production deploy for belixa.ru

This commit is contained in:
2026-06-03 01:12:20 +05:00
parent b0857cb01b
commit 07a0219bcc
15 changed files with 467 additions and 220 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: 'https://strike-arena.kz',
siteUrl: 'https://belixa.ru',
generateRobotsTxt: true,
changefreq: 'weekly',
priority: 0.7,
sitemapSize: 5000,
exclude: ['/admin', '/private'],
};
exclude: ['/admin', '/admin/*', '/private', '/private/*'],
};