Skip to content

Commit fd3a5cb

Browse files
committed
docs: fix sitemap URLs
1 parent 3e479b0 commit fd3a5cb

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,7 +1,7 @@
11
/** @type {import('next-sitemap').IConfig} */
22
module.exports = {
33
exclude: ['*/_meta'],
4-
siteUrl: process.env.SITE_URL || 'https://cube.dev/docs-next',
4+
siteUrl: process.env.SITE_URL || 'https://cube.dev/docs',
55
generateRobotsTxt: true, // (optional),
66
robotsTxtOptions: {
77
policies: [{ userAgent: '*', disallow: '/' }],

0 commit comments

Comments
 (0)