diff --git a/angular.json b/angular.json index 23610fa..a100f00 100644 --- a/angular.json +++ b/angular.json @@ -26,7 +26,8 @@ "input": "src/assets", "output": "assets" }, - "src/manifest.webmanifest" + "src/manifest.webmanifest", + "src/robots.txt" ], "styles": [ { diff --git a/src/robots.txt b/src/robots.txt new file mode 100644 index 0000000..ff42fdb --- /dev/null +++ b/src/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: /* +Allow: /$ \ No newline at end of file