Skip to content

Commit

Permalink
Preventing your Storybook from being crawled
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet committed Sep 14, 2023
1 parent 17786da commit 5cb828f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .storybook/manager-head.html
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
<meta name="description" content="Components for my awesome project" key="desc" />
<meta name="description" content="Components for my awesome project" key="desc" />
<meta name="robots" content="noindex" />

0 comments on commit 5cb828f

Please sign in to comment.