Images not showing up on website from bolt.new

I built a website in Bolt.new and deployed it. Here is the link for reference: https://bright-cajeta-ba3be4.netlify.app/

When viewing the project in both the Bolt and the StackBlitz previews, the images show up perfectly fine. When I click the link given to me once I hit ‘deploy’ in Bolt (given above), the images no longer show up on the web page.

Does anyone know why this could be the case?

You can see what files have been deployed with the Deploy File Browser:
https://answers.netlify.com/t/new-feature-browse-files-in-your-deploy-with-the-deploy-file-browser/105196

You’ll almost certainly find that the images don’t exist at the location they’re being referenced.

For example:
https://bright-cajeta-ba3be4.netlify.app/src/Images/SpaceBlast-app-icon.png

If you’ve built it with Bolt, you should try getting Bolt to solve the issue.

Makes sense but there is still a small issue.

I noticed that the images weren’t in the file ‘deploy file browser’ and it turns out that is because the images weren’t in the public folder. Bolt fixed that no problem, when I went to the bolt link the images showed up.

However, the website I had up was connected to my GitHub, not the one directly form bolt. Even after pushing the new changes it still didn’t work. The one from bolt works but the one from GitHub doesn’t even though they are the same code.

I am currently changing the DNS for my domain to the one from bolt but does anyone know why this issue is happening? I’m curious

@salzo6 It could be any number of things, but it’s hard to guide people that are using AI tooling.

You’re always best just getting the AI tool to fix issues or referring to the support for the AI tool.

There was also a known issue for some time with updating sites from Bolt.
This thread has details and outlines how people are setting things up now:
https://github.com/stackblitz/bolt.new/issues/49