Skip to content

Commit 9dca124

Browse files
committed
update url.
1 parent 7e2c22a commit 9dca124

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"workout",
1616
"timer"
1717
],
18-
"homepage": "https://murphee.netlify.app",
18+
"homepage": "https://murphy.bradgarropy.com",
1919
"bugs": {
2020
"url": "https://github.com/bradgarropy/murphy/issues"
2121
},

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<a href="https://murphee.netlify.app">
2+
<a href="https://murphy.bradgarropy.com">
33
<img alt="⏱ murph workout timer" src="/static/icon-512.png" width="150">
44
</a>
55
</p>

static/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
<meta name="twitter:description" content="⏱ murph workout timer" />
2121
<meta
2222
name="twitter:image"
23-
content="https://murphee.netlify.app/icon-512.png"
23+
content="https://murphy.bradgarropy.com/icon-512.png"
2424
/>
2525

2626
<!-- facebook -->
27-
<meta property="og:url" content="https://murphee.netlify.app" />
27+
<meta property="og:url" content="https://murphy.bradgarropy.com" />
2828
<meta property="og:type" content="website" />
2929
<meta property="og:title" content="MURPHY" />
3030
<meta property="og:description" content="⏱ murph workout timer" />
3131
<meta property="og:image:width" content="2400" />
3232
<meta property="og:image:height" content="1260" />
3333
<meta
3434
property="og:image"
35-
content="https://murphee.netlify.app/facebook.jpg"
35+
content="https://murphy.bradgarropy.com/facebook.jpg"
3636
/>
3737

3838
<link rel="icon" href="/icon-192.png" />

0 commit comments

Comments
 (0)