We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8427e88 commit c63ad31Copy full SHA for c63ad31
docusaurus.config.js
@@ -76,11 +76,6 @@ const config = {
76
77
// 最小搜尋字數(建議設為 2,避免單字搜尋)
78
searchBarPosition: "right",
79
-
80
- // 調整搜尋結果相關性門檻
81
- // 這個會過濾掉相關性太低的結果
82
- searchResultLimits: 8,
83
- searchResultContextMaxLength: 50,
84
},
85
],
86
static/robots.txt
@@ -0,0 +1,4 @@
1
+User-agent: *
2
+Allow: /
3
+
4
+Sitemap: https://kangaroo0126.github.io/KangarooCoffeeHub/sitemap.xml
0 commit comments