http://localhost:3000/_next/images/ico-chevron-down.svg 404 (Not Found)
Unanswered
Largehead hairtail posted this in #help-forum
Largehead hairtailOP
I'm trying to use a storybook in my nextjs project, but when trying to load an element that has an icon I get the following error:
http://localhost:3000/_next/images/ico-chevron-down.svg 404 (Not Found)
because the _next folder does not contain the images folder
if there was a way to remove /_next from the search path or to include this folder inside /_next
Storybook component:
<Icon src={webpack_public_path + iconSrc} />
http://localhost:3000/_next/images/ico-chevron-down.svg 404 (Not Found)
because the _next folder does not contain the images folder
if there was a way to remove /_next from the search path or to include this folder inside /_next
Storybook component:
<Icon src={webpack_public_path + iconSrc} />