diff --git a/public/img/background.png b/public/assets/background.png similarity index 100% rename from public/img/background.png rename to public/assets/background.png diff --git a/src/index.css b/src/index.css index 884873c..f4742a4 100644 --- a/src/index.css +++ b/src/index.css @@ -9,6 +9,6 @@ body { } html { - background-image: url('img/background.png'); + background-image: url('/background.png'); background-repeat: repeat; }