mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 07:19:00 +08:00
feat: added meta tag to prevent page indexing (#5793)
* feat: added meta tag to prevent page indexing * chore: revert to previous version --------- Co-authored-by: Pranay Prateek <pranay@signoz.io>
This commit is contained in:
parent
9b42326f80
commit
88ace79a64
@ -49,6 +49,7 @@
|
||||
/>
|
||||
<meta data-react-helmet="true" name="docusaurus_locale" content="en" />
|
||||
<meta data-react-helmet="true" name="docusaurus_tag" content="default" />
|
||||
<meta name="robots" content="noindex">
|
||||
<link data-react-helmet="true" rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
|
Loading…
x
Reference in New Issue
Block a user