mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
feat: sitemap auto-generation for docs (#1822)
This commit is contained in:
committed by
GitHub
parent
d27f0ee0ef
commit
cad04f26e7
5
apps/documentation/next-sitemap.config.js
Normal file
5
apps/documentation/next-sitemap.config.js
Normal file
@ -0,0 +1,5 @@
|
||||
/** @type {import('next-sitemap').IConfig} */
|
||||
module.exports = {
|
||||
siteUrl: 'https://docs.documenso.com', // Replace with your actual site URL
|
||||
generateRobotsTxt: true, // Generates robots.txt
|
||||
};
|
||||
Reference in New Issue
Block a user