Skip to content

Commit c58f537

Browse files
committed
Add meta description element
1 parent 8ef036a commit c58f537

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/html.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ export default function HTML(props) {
1111
name="viewport"
1212
content="width=device-width, initial-scale=1, shrink-to-fit=no"
1313
/>
14+
<meta
15+
name="description"
16+
content="The personal website of Kylee Tilley"
17+
/>
1418
{props.headComponents}
1519
</head>
1620
<body {...props.bodyAttributes}>

0 commit comments

Comments
 (0)