updates distributed service
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/** @type {import('next-sitemap').IConfig} */
|
||||
export default {
|
||||
siteUrl: 'https://notenextra.trance-0.com',
|
||||
changefreq: 'weekly',
|
||||
priority: '0.5',
|
||||
generateIndexSitemap: false,
|
||||
exclude: ['/icon.svg']
|
||||
}
|
||||
module.exports = {
|
||||
siteUrl: 'https://notenextra.trance-0.com',
|
||||
changefreq: 'daily',
|
||||
priority: '0.5',
|
||||
generateIndexSitemap: false,
|
||||
exclude: ['/icon.svg']
|
||||
}
|
||||
Reference in New Issue
Block a user