Skip to content

Commit 24b8b0f

Browse files
committed
add static folder
1 parent e1b63b2 commit 24b8b0f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/pages/index.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,23 @@ class Index extends React.Component {
3434
<Helmet>
3535

3636
{/*<!-- Primary Meta Tags -->*/}
37-
<meta name="title" content="Matty Trice Design" />
37+
<title>Matt Trice Design | UX Design, UI Design</title>
38+
<meta name="title" content="Matt Trice Design | UX Design, UI Design" />
3839
<meta name="description" content="I'm a UX Designer in the ATL area. I love to make really cool things with really cool people." />
3940
<link rel="canonical" href="https://trice.design" />
4041
{/*<!-- Open Graph / Facebook -->*/}
4142
<meta property="og:type" content="website" />
4243
<meta property="og:url" content="https://trice.design/" />
4344
<meta property="og:title" content="Matt Trice Design" />
4445
<meta property="og:description" content="I'm a UX Designer in the ATL area. I love to make really cool things with really cool people." />
45-
<meta property="og:image" content="https://trice.design/static/trice-headshot-marmal-c79461adf7ab24d1f0414ceaab88311c.jpg" />
46+
<meta property="og:image" content="https://trice.design/static/trice-design-share.png" />
4647

4748
{/*<!-- Twitter -->*/}
4849
<meta property="twitter:card" content="summary_large_image" />
4950
<meta property="twitter:url" content="https://trice.design/" />
5051
<meta property="twitter:title" content="Matt Trice Design" />
5152
<meta property="twitter:description" content="I'm a UX Designer in the ATL area. I love to make really cool things with really cool people." />
52-
<meta property="twitter:image" content="https://trice.design/static/trice-headshot-marmal-c79461adf7ab24d1f0414ceaab88311c.jpg" />
53+
<meta property="twitter:image" content="https://trice.design/static/trice-design-share.png" />
5354
</Helmet>
5455

5556
<Header />

static/trice-design-share.png

309 KB
Loading

0 commit comments

Comments
 (0)