Skip to content

Commit

Permalink
add noindex meta tag (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
joryhatton authored Dec 6, 2021
1 parent 989d1a8 commit 533aceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="robots" content="noindex" />
<base href="<%= basePath %>" />
<title>Bull Dashboard</title>
<link rel="alternate icon" type="image/png" href="<%= basePath %>/static/favicon-32x32.png">
Expand Down

0 comments on commit 533aceb

Please sign in to comment.