When I host my project on vercel all my images are not loaded properly
Unanswered
Sphecid wasp posted this in #help-forum
Sphecid waspOP
When I host my project on vercel all my images are not loaded properly, Below Please see code
The image path is \public\assets\Icons\filter.svg
Thanks
<Image src='/assets/icons/filter.svg' width={36} height={36} alt='edit icon' className='bg-[#F5F5F5] dark:bg-zinc-800 rounded-full p-3 flex min-h-[54px] min-w-[54px] dark:hidden'/>The image path is \public\assets\Icons\filter.svg
Thanks