Assets path

Hi.
I am having an issue with getting the right assets path on my StencilJS project.
Apparently the components are looking for icons on /dist/my-component-assests-folder, but the build command is saving the components assets folders in /dist/gemini/my-component-assets-folder, where “gemini” is the name of my project. The result is that I do not see my icon on my component, because it does not find it. Please help.