fix: image not show on build

This commit is contained in:
Methapon2001 2024-08-06 13:23:04 +07:00
parent 7b3efd4e7c
commit 457217a257

View file

@ -495,11 +495,11 @@ onMounted(async () => {
<style scoped>
.bg {
background-image: url('bg-l.png');
background-image: url('/bg-l.png');
background-repeat: no-repeat;
&.dark {
background-image: url('bg-d.png');
background-image: url('/bg-d.png');
}
}