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 (