Skip to content

Commit 97203e8

Browse files
authored
Merge branch 'main' into convert/tailwind
2 parents 96bb836 + 4e99ac8 commit 97203e8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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,

public/staticwebapp.config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"globalHeaders": {
44
"X-Frame-Options": "deny"
55
},
6-
"routes": [
7-
],
6+
"routes": [],
87
"responseOverrides": {
98
"404": {
109
"rewrite": "/404"

0 commit comments

Comments
 (0)