We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56a367 commit 00d8006Copy full SHA for 00d8006
packages/root-cms/core/app.tsx
@@ -17,7 +17,9 @@ function App(props: AppProps) {
17
return (
18
<html>
19
<head>
20
+ <meta charset="utf-8" />
21
<title>{props.title}</title>
22
+ <meta name="robots" content="noindex" />
23
<link rel="preconnect" href="https://fonts.googleapis.com" />
24
<link
25
rel="preconnect"
@@ -152,6 +154,7 @@ function SignIn(props: SignInProps) {
152
154
153
155
<meta charset="utf-8" />
156
157
158
159
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
160
0 commit comments