Is there a reason why the images are not appearing properly? I plan on creating my own custom screen but would like to use the default for testing purposes. I’m using this within Vue/Typescript if that matters.
Webpack dev server changed the default static directory . Before it was ./ , now its ./public . Could be that? They changed the property key name to “static” also
I’m not sure what the issue was but I created a new project from scratch. I was having some weird issues with Vue from the project I was using so I ended up recreating it and the image(s) display properly now. So more than likely it was just referencing something old, possibly what @jeremy-coleman was talking about. I’ll mark Jeremy’s post as the solution. Thanks everyone!