Skip to content

Commit 91f313d

Browse files
committed
remove fixed urls
1 parent f85dcfb commit 91f313d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

config/next/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
baseurl = "https://doks-next.netlify.app/"
2-
canonifyURLs = true
1+
baseurl = "/"
2+
canonifyURLs = false

config/production/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseurl = "https://doc.kerberos.io/"
2-
canonifyURLs = true
1+
baseurl = "/"
2+
canonifyURLs = false
33
docsRepo = "https://github.com/kerberos-io/documentation"
44
editPage = true

config/staging/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseurl = "https://staging.doc.kerberos.live/"
2-
canonifyURLs = true
1+
baseurl = "/"
2+
canonifyURLs = false
33
docsRepo = "https://github.com/kerberos-io/documentation"
44
editPage = true

0 commit comments

Comments
 (0)