Skip to content

Commit 0a9bfb0

Browse files
committed
chore: Add robots.txt to docs
1 parent 978de66 commit 0a9bfb0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

assets/robots.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
User-agent: *
2+
Allow: /
3+
Host: https://docs.zettlr.com/
4+
5+
User-agent: GPTBot
6+
Disallow: /

scripts/build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ done
1919
cp ./assets/index.html ./build
2020
# ... as well as the logo
2121
cp ./assets/logo.png ./build
22+
# ... and the robots.txt
23+
cp ./assets/robots.txt ./build

0 commit comments

Comments
 (0)