stackblitz / bolt.new

Prompt, run, edit, and deploy full-stack web applications
https://bolt.new
MIT License
7.28k stars 2.48k forks source link

Bug: Image files cannot be uploaded to Bolt #1809

Open endocytosis opened 5 days ago

endocytosis commented 5 days ago

Currently, image files cannot be uploaded to Bolt. A solution is in progress. In the interim, you can:

mjohnsiii commented 1 day ago

How do I 'Upload the image to the StackBlitz file system'?

endocytosis commented 1 day ago

To upload an image to the StackBlitz file system:

1) Login to stackblitz.com (same credentials as Bolt) and open your project. 2) This page here describes the UI of the StackBlitz IDE. 3) Drag the image files into the Project Sidebar. 4) Make sure the location of the image within the file directory matches the image file path in your code and adjust either of these as necessary.