From d21ec0732b16bd9e1144423d62fe95fc8fe2daac Mon Sep 17 00:00:00 2001 From: Mitch Downey Date: Tue, 9 Jan 2024 18:08:06 -0600 Subject: [PATCH 1/2] Revert to shrunkImageUrl in meta tag on [podcastId] page --- pages/podcast/[podcastId].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/podcast/[podcastId].tsx b/pages/podcast/[podcastId].tsx index 85a88ffe..eaa925f5 100644 --- a/pages/podcast/[podcastId].tsx +++ b/pages/podcast/[podcastId].tsx @@ -213,7 +213,7 @@ export default function Podcast({ currentUrl: `${PV.Config.WEB_BASE_URL}${PV.RoutePaths.web.podcast}/${serverPodcast.id}`, description: serverPodcast.description, imageAlt: podcastTitle, - imageUrl: serverPodcast.imageUrl, + imageUrl: serverPodcast.shrunkImageUrl, title: podcastTitle } From 39e69da5025a198ba847e06bd1d72e93e31a8ecc Mon Sep 17 00:00:00 2001 From: Mitch Downey Date: Tue, 9 Jan 2024 18:08:22 -0600 Subject: [PATCH 2/2] Bump to version 4.15.12 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b6f6d7db..4f600791 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "podverse-web", - "version": "4.15.11", + "version": "4.15.12", "description": "Web app for the Podverse podcast clip sharing ecosystem", "repository": { "type": "git",