Skip to content

Commit 879c2f9

Browse files
committed
docs: fix sitemap by excluding sample page
1 parent fd3a5cb commit 879c2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs-new/next-sitemap.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('next-sitemap').IConfig} */
22
module.exports = {
3-
exclude: ['*/_meta'],
3+
exclude: ['*/_meta', '/docs'],
44
siteUrl: process.env.SITE_URL || 'https://cube.dev/docs',
55
generateRobotsTxt: true, // (optional),
66
robotsTxtOptions: {

0 commit comments

Comments
 (0)