From 7fe1863c6849c592415bc1e4288993d7f4a8be68 Mon Sep 17 00:00:00 2001 From: DavidHerran Date: Fri, 17 Apr 2026 14:37:51 -0500 Subject: [PATCH] fixes ApplicationIMG --- src/app/[locale]/applications/[slug]/ApplicationClient.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/[locale]/applications/[slug]/ApplicationClient.tsx b/src/app/[locale]/applications/[slug]/ApplicationClient.tsx index e3f9c33..1e777de 100644 --- a/src/app/[locale]/applications/[slug]/ApplicationClient.tsx +++ b/src/app/[locale]/applications/[slug]/ApplicationClient.tsx @@ -841,7 +841,7 @@ function ExpandedCaseStudy({ node }: { node: any }) { } } gallery.forEach(img => allImages.push(`/cases/${nodeSlug}/${img}`)); - renders.forEach(ren => allImages.push(`/cases/${nodeSlug}/${ren}`)); + renders.forEach(ren => allImages.push(`/cases/${nodeSlug}/renders/${ren}`)); if (!allImages.includes(clickedImageUrl)) { allImages.unshift(clickedImageUrl); } @@ -972,7 +972,7 @@ function ExpandedCaseStudy({ node }: { node: any }) {
{renders.map((ren: string, idx: number) => { - const fullRenSrc = `/cases/${nodeSlug}/${ren}`; + const fullRenSrc = `/cases/${nodeSlug}/renders/${ren}`; return (
Technical Render