Fixed url import of image in index.css
parent
40a64e9033
commit
93fe0cb24a
|
@ -13,7 +13,7 @@ body {
|
|||
sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
background-image: url('./assets/bg.png');
|
||||
background-image: url('assets/bg.png');
|
||||
background-size: initial;
|
||||
background-repeat: repeat;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue