From 33bdfce9a1c9a85e76c9ea02899f9bccc4f2afd2 Mon Sep 17 00:00:00 2001 From: olaven Date: Thu, 9 Mar 2023 14:55:22 +0100 Subject: [PATCH] Link includes protocol --- components/SeriesCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`}

; }