I can't seem to make heads or tails of this. I have an image in the /public folder, so in the stylesheet it's just at the root:
body {
background: url('durham.jpg') center center no-repeat;
background-size: 100vw;
}
src/public/durham.jpg
But it doesn't show up on the build site live, for example https://evilgeniuscreative.com/demo_ncdot/ or https://stackblitz.com/edit/vitejs-vite-yw4aw7
Any ideas, friends?