tweaking image paths to work with enhancedImages

This commit is contained in:
Dave Lane 2024-09-05 12:21:32 +12:00
parent 9ac5b42454
commit 78dcd84341
2 changed files with 6 additions and 1 deletions

View file

@ -47,8 +47,13 @@ You can preview the production build with `npm run preview`.
and then run
npm install
(which runs these)
npm i -D @sveltejs/adapter-node
npm i dotenv
npm i --save-dev @sveltejs/enhanced-img
### To build a new image

View file

@ -461,7 +461,7 @@
}
.tag.on {
padding-right: 25px;
background-image: url('images/check-black-in-white-20px.png');
background-image: url('/images/check-black-in-white-20px.png');
background-position: right center;
background-repeat: no-repeat;
}