Glitch.com and Webpack images

Hey guys.

I’ve been trying for hours to understand why this glitch project doesn’t show images, neither on the CSS, the Header or the favicon! I think it has something to do with it’s configuration but I really don’t know. I am working with Node, React and Webpack.

Thanks.

if you use the link properly this should not be happen ,

It’s because of these lines:

app.use(helmet.contentSecurityPolicy({
  directives: {defaultSrc: ["'self'"]}
}));
1 Like

I made the project before without Node, only with React. I wanted to make things more complex and had to use Webpack and Node, so I’m sure the URLs are okay :frowning:

1 Like

My hero! Thank you very much!