Skip to content

Commit

Permalink
Block search engines from indexing Dashboard (#4457)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Florek authored and k8s-ci-robot committed Oct 24, 2019
1 parent 540cf83 commit 4e2e341
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
"glob": "**/*",
"input": "src/app/frontend/assets",
"output": "/assets"
},
{
"glob": "robots.txt",
"input": "src/app/frontend/assets",
"output": "/"
}
],
"styles": [
Expand Down
2 changes: 2 additions & 0 deletions src/app/frontend/assets/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow: /

0 comments on commit 4e2e341

Please sign in to comment.