#Hi Community, I am struggling to read image from public folder in nextjs starter. Getting 400

5 messages · Page 1 of 1 (latest)

reef venture
#

<Image
src="/static-image.jpg"
alt="brand logo"
width={100}
height={100}
className={classes.logo}
/>

reef venture
#

Hi Guys any help will be really appreciated

silver saddle
#

same issue here

#

I tried to render a couple of images and logos from the public folder using the nextjs starter storefront. Getting the above 404 error.
Images from external CDN are loading fine. Facing issue with loading static images and logos

silver saddle