diff options
-rw-r--r-- | config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml b/config.toml index 8268871..a9a7221 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = 'https://baitinq.ml' +baseURL = 'https://leunam.dev' languageCode = 'en-us' title = 'Baitinq' enableRobotsTXT = true @@ -60,7 +60,7 @@ theme = "researcher" weight = 4 [[menu.main]] name = "Git" - url = "https://git.baitinq.ml" + url = "https://git.leunam.dev" weight = 2 [permalinks] |