Fix assets build issue due to slightly different webpack config

This commit is contained in:
Claire 2024-08-22 22:23:06 +02:00
parent e18bd0450a
commit 532b53eece

View file

@ -10895,7 +10895,7 @@ noscript {
display: block;
position: absolute;
height: 100%;
background: url('../images/warning-stripes.svg') repeat-y;
background: url('~images/warning-stripes.svg') repeat-y;
width: 5px;
top: 0;
}
@ -10914,6 +10914,6 @@ noscript {
&--filter::before,
&--filter::after {
background-image: url('../images/filter-stripes.svg');
background-image: url('~images/filter-stripes.svg');
}
}