feat: implement automatic sitemap generation

This commit is contained in:
dyzulk
2026-01-09 16:09:50 +07:00
parent a5eebe25ee
commit 14958f7501
5 changed files with 90 additions and 0 deletions

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

@@ -0,0 +1,6 @@
/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: 'https://docs.trustlab.dyzulk.com',
generateRobotsTxt: true,
generateIndexSitemap: false,
}