File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class EpisodeView extends React.Component<Props> {
30
30
< title > Spec · { podcast . name } · { episode . title } </ title >
31
31
< meta content = { `Spec · ${ podcast . name } · ${ episode . title } ` } name = "og:title" key = "og:title" />
32
32
< meta content = { episode . description } name = "og:description" key = "og:description" />
33
- < meta content = { `https://spec.fm/ ${ podcast . artworkUrl } ` } name = "og:image" key = "og:image" />
33
+ < meta content = { `https://spec.fm${ podcast . artworkUrl } ` } name = "og:image" key = "og:image" />
34
34
< meta content = { episode . audio_url } name = "twitter:player" key = "twitter:player" />
35
35
< meta content = { `Spec · ${ podcast . name } · ${ episode . title } ` } name = "twitter:title" key = "twitter:title" />
36
36
< meta name = "apple-itunes-app" content = { `app-id=${ podcast . applePodcastId } ` } key = "apple-itunes-app" />
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class PodcastView extends React.Component<Props> {
27
27
< title > Spec · { podcast . name } </ title >
28
28
< meta content = { `Spec · ${ podcast . name } ` } name = "og:title" key = "og:title" />
29
29
< meta content = { podcast . description } name = "og:description" key = "og:description" />
30
- < meta content = { `https://spec.fm/ ${ podcast . artworkUrl } ` } name = "og:image" key = "og:image" />
30
+ < meta content = { `https://spec.fm${ podcast . artworkUrl } ` } name = "og:image" key = "og:image" />
31
31
{
32
32
episodes && episodes . length > 0 &&
33
33
< meta content = { episodes [ 0 ] . audio_url } name = "twitter:player" key = "twitter:player" />
You can’t perform that action at this time.
0 commit comments