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 { .bg-image {
background-image: url('/assets/mountains.png'); background-image: url('/src/assets/img/mountains.png');
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center center; background-position: center center;

View File

Before

Width:  |  Height:  |  Size: 198 KiB

After

Width:  |  Height:  |  Size: 198 KiB