diff --git a/front/src/primitives/image-background.tsx b/front/src/primitives/image-background.tsx index 2625af97..7640fc4d 100644 --- a/front/src/primitives/image-background.tsx +++ b/front/src/primitives/image-background.tsx @@ -28,10 +28,12 @@ export const ImageBackground = ({ const { css, theme } = useYoshiki(); const { apiUrl, authToken } = useToken(); + const uri = src ? `${apiUrl}${src[quality ?? "high"]}` : null; return (