fix: image not show on build
This commit is contained in:
parent
7b3efd4e7c
commit
457217a257
1 changed files with 2 additions and 2 deletions
|
|
@ -495,11 +495,11 @@ onMounted(async () => {
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.bg {
|
.bg {
|
||||||
background-image: url('bg-l.png');
|
background-image: url('/bg-l.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
&.dark {
|
&.dark {
|
||||||
background-image: url('bg-d.png');
|
background-image: url('/bg-d.png');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue