Skip to content

Commit a28aa9d

Browse files
committed
fix typo in comment
1 parent 34c0086 commit a28aa9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

views/layout.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<link href="<%= data.canonicalLink %>" rel="canonical" />
2020
<% } %>
2121

22-
<!-- No index if not staging -->
22+
<!-- No index if not production -->
2323
<% if(process.env.NODE_ENV !== 'production') { %>
2424
<meta name="robots" content="noindex">
2525
<% } %>

0 commit comments

Comments
 (0)