Fixed url import of image in index.css
This commit is contained in:
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…
x
Reference in New Issue
Block a user