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 8ef036a commit c58f537Copy full SHA for c58f537
src/html.js
@@ -11,6 +11,10 @@ export default function HTML(props) {
11
name="viewport"
12
content="width=device-width, initial-scale=1, shrink-to-fit=no"
13
/>
14
+ <meta
15
+ name="description"
16
+ content="The personal website of Kylee Tilley"
17
+ />
18
{props.headComponents}
19
</head>
20
<body {...props.bodyAttributes}>
0 commit comments