We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72e4a0 commit cdc9828Copy full SHA for cdc9828
2 files changed
config/_default/config.toml
@@ -1,4 +1,4 @@
1
-baseurl = "https://docs-starfleit.netlify.app/"
+baseurl = "https://docs.starfleit.io/"
2
canonifyURLs = false
3
disableAliases = true
4
disableHugoGeneratorInject = true
config/_default/params.toml
@@ -12,7 +12,7 @@ description = "Technical documentation for the STARFLEIT DEX"
12
## Open Graph
13
images = ["STARFLEIT-opengraph-image.jpg"]
14
ogLocale = "en_US"
15
-domainTLD = "docs-starfleit.netlify.app"
+domainTLD = "docs.starfleit.io"
16
titleHome = "STARLEIT Docs"
17
18
## Twitter Cards
0 commit comments