Images not rendering
I just uploaded a project on Vercel, but some images are not rendering. It was made with pure HTML, CSS and JavaScript and it was working fine in my localhost. Someone help me please!
3 Replies
is your project using a bundler or any kind of framework
consider trying vite: https://vitejs.dev/
npm/yarn/pnpm create vite@latest
and select the 'vanilla' option if you just want to use vanilla html/css/js
deploying a vite app to vercel should be as easy as pointing at your github repoVite
Next Generation Frontend Tooling
Impossible to answer on this basis. Check your console, your HTML in the browser, your network tab, … - somewhere something's not right