Skip to content

Commit 7611866

Browse files
committed
Update canonical
1 parent f645f55 commit 7611866

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# terminusdb-docs-static
22

33
The static TerminusCMS and TerminusDB documentation that can be found on
4-
https://terminusdb.com/docs . It is written in NextJS and can be build
4+
https://terminusdb.org/docs . It is written in NextJS and can be build
55
by running `npm run build`. Note that the API key is needed for access
66
to the data product.
77

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

0 commit comments

Comments
 (0)