change package managers

This commit is contained in:
azizziy
2025-12-27 09:32:01 +05:00
commit 05dc099df9
189 changed files with 13706 additions and 0 deletions

17
next-sitemap.config.js Normal file
View File

@@ -0,0 +1,17 @@
/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: 'https://can-prom.com',
generateRobotsTxt: false,
changefreq: 'daily',
priority: 0.7,
sitemapSize: 5000,
robotsTxtOptions: {
policies: [
{
userAgent: '*',
allow: '/',
},
],
additionalSitemaps: ['https://can-prom.com/sitemap.xml'],
},
};