mirror of
https://github.com/dyzulk/trustlab-docs.git
synced 2026-01-25 21:18:46 +07:00
7 lines
172 B
JavaScript
7 lines
172 B
JavaScript
/** @type {import('next-sitemap').IConfig} */
|
|
module.exports = {
|
|
siteUrl: 'https://docs.trustlab.dyzulk.com',
|
|
generateRobotsTxt: true,
|
|
generateIndexSitemap: false,
|
|
}
|