Fixed url import of image in index.css

develop
Jason Zhu 2023-05-07 22:31:12 +10:00
parent 40a64e9033
commit 93fe0cb24a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ body {
sans-serif; sans-serif;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
background-image: url('./assets/bg.png'); background-image: url('assets/bg.png');
background-size: initial; background-size: initial;
background-repeat: repeat; background-repeat: repeat;
} }