diff --git a/components/SeriesCard.tsx b/components/SeriesCard.tsx index 525cebd..244051a 100644 --- a/components/SeriesCard.tsx +++ b/components/SeriesCard.tsx @@ -7,7 +7,7 @@ export function SerieCard(props: { serie: Serie }) {
{props.serie.description}
- Feed: {location.hostname}{`/api/feeds/${props.serie.seriesId}`} + Feed: https://{location.hostname}{`/api/feeds/${props.serie.seriesId}`}
; }