update postbuild script

This commit is contained in:
Trance-0
2025-08-17 11:48:10 +10:00
parent e57c53b10d
commit d75813d872
2 changed files with 9 additions and 1 deletions

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

@@ -0,0 +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']
}