make admin page noindex
This commit is contained in:
parent
b04beae03b
commit
28fb2225ff
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<title>Promo Codes - Admin | Rugplay</title>
|
<title>Promo Codes - Admin | Rugplay</title>
|
||||||
|
<meta name="robots" content="noindex, nofollow" />
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
{#if !$USER_DATA || !$USER_DATA.isAdmin}
|
{#if !$USER_DATA || !$USER_DATA.isAdmin}
|
||||||
|
|
|
||||||
Reference in a new issue