mirror of
https://github.com/dyzulk/trustlab-docs.git
synced 2026-01-26 13:32:08 +07:00
feat: implement automatic sitemap generation
This commit is contained in:
6
next-sitemap.config.js
Normal file
6
next-sitemap.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
/** @type {import('next-sitemap').IConfig} */
|
||||
module.exports = {
|
||||
siteUrl: 'https://docs.trustlab.dyzulk.com',
|
||||
generateRobotsTxt: true,
|
||||
generateIndexSitemap: false,
|
||||
}
|
||||
Reference in New Issue
Block a user