Remove "public" in the resource path
continuous-integration/drone/pr Build is failing Details

pull/2/head
Clément FRÉVILLE 2 years ago
parent 72e9f2e9ca
commit dc1ba0d0bc

@ -39,7 +39,7 @@ body {
/* Portrait layout (default) */ /* Portrait layout (default) */
.app { .app {
background:url(../../public/img/logo.png) no-repeat center top; /* 170px x 200px */ background:url(/img/logo.png) no-repeat center top; /* 170px x 200px */
position:absolute; /* position in the center of the screen */ position:absolute; /* position in the center of the screen */
left:50%; left:50%;
top:50%; top:50%;