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 e1e64bc commit e9ad840Copy full SHA for e9ad840
1 file changed
src/components/metatags.tsx
@@ -17,7 +17,7 @@ export default function MetaTags() {
17
18
{/* Open Graph / Facebook */}
19
<Meta property="og:type" content="website" />
20
- <Meta property="og:url" content="https://web-scrobbler.com/" />
+ <Meta property="og:url" content="https://webscrobbler.com/" />
21
<Meta
22
property="og:title"
23
content="Web Scrobbler — Scrobble music all around the web!"
@@ -33,7 +33,7 @@ export default function MetaTags() {
33
34
{/* Twitter */}
35
<Meta property="twitter:card" content="summary_large_image" />
36
- <Meta property="twitter:url" content="https://web-scrobbler.com/" />
+ <Meta property="twitter:url" content="https://webscrobbler.com/" />
37
38
property="twitter:title"
39
0 commit comments