We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9f1e5 commit 3c4a1daCopy full SHA for 3c4a1da
src/App.vue
@@ -48,6 +48,6 @@ html {
48
background-repeat: no-repeat;
49
background-size: cover;
50
background-attachment: fixed;
51
- background-image: url('bg.svg');
+ background-image: url('/bg.svg');
52
}
53
</style>
0 commit comments