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 3e479b0 commit fd3a5cbCopy full SHA for fd3a5cb
docs/docs-new/next-sitemap.config.js
@@ -1,7 +1,7 @@
1
/** @type {import('next-sitemap').IConfig} */
2
module.exports = {
3
exclude: ['*/_meta'],
4
- siteUrl: process.env.SITE_URL || 'https://cube.dev/docs-next',
+ siteUrl: process.env.SITE_URL || 'https://cube.dev/docs',
5
generateRobotsTxt: true, // (optional),
6
robotsTxtOptions: {
7
policies: [{ userAgent: '*', disallow: '/' }],
0 commit comments