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 9207dda commit 85f3282Copy full SHA for 85f3282
next-sitemap.config.js
@@ -1,6 +1,6 @@
1
/** @type {import('next-sitemap').IConfig} */
2
module.exports = {
3
- siteUrl: process.env.SITE_URL || 'https://terminusdb.org/docs/',
+ siteUrl: process.env.SITE_URL || 'https://terminusdb.org/',
4
generateRobotsTxt: true, // (optional)
5
output: "export",
6
trailingSlash: true,
0 commit comments