From fd3e3280a2590be9ca074a172c535990a5035649 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Mon, 26 Dec 2022 00:11:58 -0500 Subject: Add a proxy option for static assets. Fix the paste view handlers. --- paste-ui/public/robots.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 paste-ui/public/robots.txt (limited to 'paste-ui/public/robots.txt') diff --git a/paste-ui/public/robots.txt b/paste-ui/public/robots.txt new file mode 100644 index 0000000..e9e57dc --- /dev/null +++ b/paste-ui/public/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: -- cgit v1.2.3