From f3982335ffc75fe13b14a7ed849fc64aa1e7885e Mon Sep 17 00:00:00 2001 From: Chip Wasson Date: Wed, 11 Oct 2023 18:55:23 -0600 Subject: [PATCH] Make image largely --- src/dinosaurwet/dinosaurwet.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dinosaurwet/dinosaurwet.controller.ts b/src/dinosaurwet/dinosaurwet.controller.ts index 9a31e77..66e355e 100644 --- a/src/dinosaurwet/dinosaurwet.controller.ts +++ b/src/dinosaurwet/dinosaurwet.controller.ts @@ -38,7 +38,7 @@ type Episode = { }; const dinosaurImage = - 'https://www.sanspantsradio.com/wp-content/uploads/2023/03/Dino-Wet-600x600.jpg'; + 'https://imaginary.apps.hooli.co/enlarge?height=1400&width=1400&url=https://www.sanspantsradio.com/wp-content/uploads/2023/03/Dino-Wet-600x600.jpg'; const episodes: Episode[] = episodeFiles.map((file, i) => { const [length, filename] = file;