diff --git a/web/app/src/components/jobs/LastRenderedImage.vue b/web/app/src/components/jobs/LastRenderedImage.vue index 3bb0025f..c4cc3e98 100644 --- a/web/app/src/components/jobs/LastRenderedImage.vue +++ b/web/app/src/components/jobs/LastRenderedImage.vue @@ -53,7 +53,7 @@ function setImageURL(thumbnailInfo) { if (thumbnailInfo == null) { // This indicates that there is no last-rendered image. // Default to a hard-coded 'nothing to be seen here, move along' image. - imageURL.value = "/nothing-rendered-yet.svg"; + imageURL.value = "/app/nothing-rendered-yet.svg"; cssClasses['nothing-rendered-yet'] = true; console.log("LastRenderedImage.vue: setting image URL to:", imageURL.value); return;