Corrected the relative path of background causing blank in fly deployment
This commit is contained in:
parent
a28dc7d356
commit
ed6993b666
2 changed files with 2 additions and 35 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue