Skip to content

Commit e807e07

Browse files
committed
Refactor meta tag
1 parent ec124e2 commit e807e07

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

public/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
<head>
55
<meta charset="utf-8" />
6-
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
7-
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
8-
96
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
107
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width" />
118
<meta name="theme-color" content="#000000" />
@@ -25,7 +22,11 @@
2522
work correctly both with client-side routing and a non-root public URL.
2623
Learn how to configure a non-root public URL by running `npm run build`.
2724
-->
25+
<meta property="og:title" content="React Boilerplate TypeScript" />
26+
<meta property="og:description" content="" />
27+
2828
<title>React App</title>
29+
<meta name="description" content="" />
2930
</head>
3031

3132
<body>

0 commit comments

Comments
 (0)