mirror of
https://github.com/documenso/documenso
synced 2026-04-21 21:37:18 +00:00
5 lines
197 B
JavaScript
5 lines
197 B
JavaScript
/** @type {import('next-sitemap').IConfig} */
|
|
module.exports = {
|
|
siteUrl: 'https://docs.documenso.com', // Replace with your actual site URL
|
|
generateRobotsTxt: true, // Generates robots.txt
|
|
};
|