Skip to content

Commit e9ad840

Browse files
authored
Update domain name (#335)
1 parent e1e64bc commit e9ad840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/metatags.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function MetaTags() {
1717

1818
{/* Open Graph / Facebook */}
1919
<Meta property="og:type" content="website" />
20-
<Meta property="og:url" content="https://web-scrobbler.com/" />
20+
<Meta property="og:url" content="https://webscrobbler.com/" />
2121
<Meta
2222
property="og:title"
2323
content="Web Scrobbler — Scrobble music all around the web!"
@@ -33,7 +33,7 @@ export default function MetaTags() {
3333

3434
{/* Twitter */}
3535
<Meta property="twitter:card" content="summary_large_image" />
36-
<Meta property="twitter:url" content="https://web-scrobbler.com/" />
36+
<Meta property="twitter:url" content="https://webscrobbler.com/" />
3737
<Meta
3838
property="twitter:title"
3939
content="Web Scrobbler — Scrobble music all around the web!"

0 commit comments

Comments
 (0)