change package managers
This commit is contained in:
17
next-sitemap.config.js
Normal file
17
next-sitemap.config.js
Normal 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'],
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user