diff --git a/README.md b/README.md index 1a26e55..cc5e0ce 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 2805695..b10f3e4 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -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; }