Removed reference to localhost

This commit is contained in:
James Purser 2022-06-13 18:07:54 +10:00
parent 9bd6f8daac
commit 71c5088e3d

View file

@ -5,7 +5,7 @@ import Image from 'next/image';
const FeatureImage = ({ imagedata, basepath }) => (
<div className="featuredimage">
<Image
src={"http://localhost:1337"+imagedata.attributes.url}
src={imagedata.attributes.url}
height={imagedata.attributes.height}
width={imagedata.attributes.width}
priority={true}