diff --git a/CHANGELOG.md b/CHANGELOG.md index 092f4eacc..adcc7f3bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added the import functionality for transactions +- Added the `robots.txt` file ### Changed diff --git a/angular.json b/angular.json index 22bb4d544..2889489c4 100644 --- a/angular.json +++ b/angular.json @@ -103,6 +103,11 @@ "input": "", "output": "./" }, + { + "glob": "robots.txt", + "input": "apps/client/src/assets", + "output": "./" + }, { "glob": "sitemap.xml", "input": "apps/client/src/assets", diff --git a/apps/client/src/assets/robots.txt b/apps/client/src/assets/robots.txt new file mode 100644 index 000000000..c78f791d5 --- /dev/null +++ b/apps/client/src/assets/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://ghostfol.io/sitemap.xml