fix img path

This commit is contained in:
2023-03-07 09:11:02 +01:00
parent 374eba2dc0
commit ca0c8eb90b
2 changed files with 1 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ input{
}
.bg-image {
background-image: url('/assets/mountains.png');
background-image: url('/src/assets/img/mountains.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;