Skip to content

Commit 85f3282

Browse files
committed
Update sitemap location
1 parent 9207dda commit 85f3282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-
siteUrl: process.env.SITE_URL || 'https://terminusdb.org/docs/',
3+
siteUrl: process.env.SITE_URL || 'https://terminusdb.org/',
44
generateRobotsTxt: true, // (optional)
55
output: "export",
66
trailingSlash: true,

0 commit comments

Comments
 (0)