mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
6 lines
197 B
JavaScript
6 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
|
|
};
|