diff options
| author | Fuwn <[email protected]> | 2023-09-19 19:56:42 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-19 19:56:42 -0700 |
| commit | 51eae04a5eecae89dcab233c116fe12e2d8d00bd (patch) | |
| tree | 82bcc0565412d41deaf373cb91cf3ac020041103 /static | |
| parent | fix(due): move timer back (diff) | |
| download | due.moe-51eae04a5eecae89dcab233c116fe12e2d8d00bd.tar.xz due.moe-51eae04a5eecae89dcab233c116fe12e2d8d00bd.zip | |
feat(static): add robots.txt
Diffstat (limited to 'static')
| -rw-r--r-- | static/robots.txt | 4 |
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 |