feat: remove typesense
This commit is contained in:
		| @@ -65,7 +65,9 @@ const Image = ( | ||||
|         style={props.style} | ||||
|         srcset={responsiveAttributes.srcset} | ||||
|         sizes={responsiveAttributes.sizes} | ||||
|         src={`/api/images?image=${asset(props.src)}`} | ||||
|         src={`/api/images?image=${asset(props.src)}${ | ||||
|           props.width ? `&width=${props.width}` : "" | ||||
|         }${props.height ? `&height=${props.height}` : ""}`} | ||||
|         width={props.width} | ||||
|         height={props.height} | ||||
|         class={props.class} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user