tweaking image paths to work with enhancedImages
This commit is contained in:
parent
9ac5b42454
commit
78dcd84341
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue