diff --git a/angular.json b/angular.json index 98d3910..c3265d3 100644 --- a/angular.json +++ b/angular.json @@ -28,6 +28,7 @@ "assets": [ "src/favicon.ico", "src/assets", + "src/robots.txt", "src/manifest.webmanifest" ], "styles": [ @@ -124,6 +125,7 @@ "assets": [ "src/favicon.ico", "src/assets", + "src/robots.txt", "src/manifest.webmanifest" ], "styles": [ diff --git a/src/robots.txt b/src/robots.txt new file mode 100644 index 0000000..bb01aaf --- /dev/null +++ b/src/robots.txt @@ -0,0 +1,3 @@ +User-Agent: * +Allow: / +