diff --git a/src/index.css b/src/index.css index 6057827..e386c0c 100644 --- a/src/index.css +++ b/src/index.css @@ -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; }