givanz / VvvebJs

Drag and drop page builder library written in vanilla javascript without dependencies or build tools.
https://www.vvveb.com/vvvebjs/editor.html
Apache License 2.0
6.86k stars 1.58k forks source link

frong PATH of images #361

Closed PiotrPrabucki closed 1 week ago

PiotrPrabucki commented 1 week ago

hi, i'm found an error, maybe I did something wrong.

When im adding an image it's added to .html file, but path is wrong. Added path is "../../meida/image.png" it should be "../media/image.png". Becouse of that images doesn't work.

hosted on XAMPP server on windows

PiotrPrabucki commented 1 week ago

probably files has to be saved in separete folder like. my-files/WEBSITE-NAME/index.html then that makes sense