Corrected the relative path of background causing blank in fly deployment

This commit is contained in:
JBB0807 2025-05-06 12:55:56 -07:00
parent a28dc7d356
commit ed6993b666
2 changed files with 2 additions and 35 deletions

View file

@ -29,7 +29,7 @@
body {
background: transparent;
background-image: url("../../../public/images/grid-background.jpg");
background-image: url("/images/grid-background.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;