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 f645f55 commit 7611866Copy full SHA for 7611866
README.md
@@ -1,7 +1,7 @@
1
# terminusdb-docs-static
2
3
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
+https://terminusdb.org/docs . It is written in NextJS and can be build
5
by running `npm run build`. Note that the API key is needed for access
6
to the data product.
7
next-sitemap.config.js
@@ -1,6 +1,6 @@
/** @type {import('next-sitemap').IConfig} */
module.exports = {
- siteUrl: process.env.SITE_URL || 'https://terminusdb.com/docs/',
+ siteUrl: process.env.SITE_URL || 'https://terminusdb.org/docs/',
generateRobotsTxt: true, // (optional)
output: "export",
trailingSlash: true,
0 commit comments