🔧 Enable the robots file.
This commit is contained in:
parent
cbc39591d2
commit
be3bf4e1f2
@ -80,9 +80,16 @@ outputFormats:
|
|||||||
isPlainText: true
|
isPlainText: true
|
||||||
notAlternative: true
|
notAlternative: true
|
||||||
|
|
||||||
|
# 默认使用本地搜索,如切换到 Algolia 搜索引擎,
|
||||||
|
# 请将下面的 LocalIndexes 替换成 AlgoliaIndexes
|
||||||
|
# By default use local search, before switch to Algolia engine
|
||||||
|
# Please replace LocalIndexes with AlgoliaIndexes
|
||||||
outputs:
|
outputs:
|
||||||
home: ["HTML", "RSS", "LocalIndexes"]
|
home: ["HTML", "RSS", "LocalIndexes"]
|
||||||
|
|
||||||
|
# 输入
|
||||||
|
enableRobotsTXT: true
|
||||||
|
|
||||||
#--------------------------------------
|
#--------------------------------------
|
||||||
# 菜单配置说明
|
# 菜单配置说明
|
||||||
# identifier : 唯一标识不可重复
|
# identifier : 唯一标识不可重复
|
||||||
|
Loading…
Reference in New Issue
Block a user