From 1dc479a9f9876b4c095a1665e1f206ddc76acdc8 Mon Sep 17 00:00:00 2001 From: Andrey Potapov Date: Sat, 17 Aug 2024 21:20:28 +0200 Subject: [PATCH] feat: enable robots.txt (#37) --- hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.yaml b/hugo.yaml index d76f76a..9f17e69 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -9,7 +9,7 @@ titleCaseStyle: none # do not capitalize titles cleanDestinationDir: true publishDir: docs -enableRobotsTXT: false # disable search engines scans for now +enableRobotsTXT: true buildDrafts: false buildFuture: false buildExpired: false