From 93fe0cb24a038bc24aa25311b5522bafe2de0919 Mon Sep 17 00:00:00 2001 From: Jason Zhu Date: Sun, 7 May 2023 22:31:12 +1000 Subject: [PATCH] Fixed url import of image in index.css --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }