aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-09-19 19:56:42 -0700
committerFuwn <[email protected]>2023-09-19 19:56:42 -0700
commit51eae04a5eecae89dcab233c116fe12e2d8d00bd (patch)
tree82bcc0565412d41deaf373cb91cf3ac020041103 /static
parentfix(due): move timer back (diff)
downloaddue.moe-51eae04a5eecae89dcab233c116fe12e2d8d00bd.tar.xz
due.moe-51eae04a5eecae89dcab233c116fe12e2d8d00bd.zip
feat(static): add robots.txt
Diffstat (limited to 'static')
-rw-r--r--static/robots.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/robots.txt b/static/robots.txt
new file mode 100644
index 00000000..0a1b4416
--- /dev/null
+++ b/static/robots.txt
@@ -0,0 +1,4 @@
+User-agent: *
+Disallow: /api/
+Disallow: /updates/
+Disallow: /feeds/ \ No newline at end of file