We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3a5cb commit 879c2f9Copy full SHA for 879c2f9
docs/docs-new/next-sitemap.config.js
@@ -1,6 +1,6 @@
1
/** @type {import('next-sitemap').IConfig} */
2
module.exports = {
3
- exclude: ['*/_meta'],
+ exclude: ['*/_meta', '/docs'],
4
siteUrl: process.env.SITE_URL || 'https://cube.dev/docs',
5
generateRobotsTxt: true, // (optional),
6
robotsTxtOptions: {
0 commit comments