From 8aa925620991bfd8f7af8cb1bd636cbceb05b462 Mon Sep 17 00:00:00 2001 From: Sebastian Hartte Date: Mon, 10 Jul 2023 21:39:41 +0200 Subject: [PATCH] Updated image paths --- src/components/BlockImage.tsx | 2 +- src/page-compiler/image.tsx | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/BlockImage.tsx b/src/components/BlockImage.tsx index cf48e2b..7809240 100644 --- a/src/components/BlockImage.tsx +++ b/src/components/BlockImage.tsx @@ -12,7 +12,7 @@ export type BlockImageProps = { function BlockImage({ width, height, ...rest }: BlockImageProps) { const guide = useGuide(); - const assetUrl = guide.baseUrl + "/" + rest["src@8"]; + const assetUrl = guide.baseUrl + rest["src@4"]; return (