From 4e8908925c2f38eee02382282372cd4ef3f8b03b Mon Sep 17 00:00:00 2001 From: softsimon Date: Wed, 26 Aug 2020 17:05:29 +0700 Subject: [PATCH] Adding robots.txt --- frontend/angular.json | 3 ++- frontend/src/robots.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 frontend/src/robots.txt diff --git a/frontend/angular.json b/frontend/angular.json index b6fce6d00..53573221f 100644 --- a/frontend/angular.json +++ b/frontend/angular.json @@ -25,7 +25,8 @@ "aot": true, "assets": [ "src/favicon.ico", - "src/resources" + "src/resources", + "src/robots.txt" ], "styles": [ "src/styles.scss" diff --git a/frontend/src/robots.txt b/frontend/src/robots.txt new file mode 100644 index 000000000..2c2029858 --- /dev/null +++ b/frontend/src/robots.txt @@ -0,0 +1 @@ +https://mempool.space/sitemap.xml