From dfb271410c89fd83210d12385e4450cd164d7bbd Mon Sep 17 00:00:00 2001 From: Danny Coates Date: Mon, 30 Oct 2017 12:54:59 -0700 Subject: [PATCH] use relative path for the url() in css so webpack can substitute the hashed asset name --- assets/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/main.css b/assets/main.css index ea7925c4..172ece92 100644 --- a/assets/main.css +++ b/assets/main.css @@ -929,7 +929,7 @@ tbody { } #addPassword:checked + label::before { - background-image: url('/assets/check-16-blue.svg'); + background-image: url('./check-16-blue.svg'); background-position: 2px 1px; }