Skip to content

Commit 28a32a0

Browse files
authored
fix: the root path of docs is incorrect (#554)
Co-authored-by: rick <[email protected]>
1 parent 2db1624 commit 28a32a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/site/hugo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
baseURL = "/"
1+
baseURL = "/api-testing"
22
title = "API Testing"
33

44
# Language settings
55
contentDir = "content"
6-
defaultContentLanguage = "en"
6+
defaultContentLanguage = "zh"
77
defaultContentLanguageInSubdir = false
88
# Useful when translating.
99
enableMissingTranslationPlaceholders = true

0 commit comments

Comments
 (0)