@@ -27,7 +27,7 @@ export const dataset = {
27
27
} ,
28
28
bpm : {
29
29
label : "BPM" ,
30
- icon : createIcon ( "image" , "/ images/metronome.png") ,
30
+ icon : createIcon ( "image" , import . meta . env . BASE_URL + " images/metronome.png") ,
31
31
} ,
32
32
length : {
33
33
label : "Length" ,
@@ -47,27 +47,27 @@ export const dataset = {
47
47
} ,
48
48
nps : {
49
49
label : "NPS" ,
50
- icon : createIcon ( "image" , "/ images/nps.png") ,
50
+ icon : createIcon ( "image" , import . meta . env . BASE_URL + " images/nps.png") ,
51
51
} ,
52
52
colorNotes : {
53
53
label : "Color Notes" ,
54
- icon : createIcon ( "image" , "/ images/note.png") ,
54
+ icon : createIcon ( "image" , import . meta . env . BASE_URL + " images/note.png") ,
55
55
} ,
56
56
bombNotes : {
57
57
label : "Bomb Notes" ,
58
- icon : createIcon ( "image" , "/ images/bomb.png") ,
58
+ icon : createIcon ( "image" , import . meta . env . BASE_URL + " images/bomb.png") ,
59
59
} ,
60
60
obstacles : {
61
61
label : "Obstacles" ,
62
- icon : createIcon ( "image" , "/ images/obstacle.png") ,
62
+ icon : createIcon ( "image" , import . meta . env . BASE_URL + " images/obstacle.png") ,
63
63
} ,
64
64
sliders : {
65
65
label : "Arcs" ,
66
- icon : createIcon ( "image" , "/ images/arc.png") ,
66
+ icon : createIcon ( "image" , import . meta . env . BASE_URL + " images/arc.png") ,
67
67
} ,
68
68
burstSliders : {
69
69
label : "Chains" ,
70
- icon : createIcon ( "image" , "/ images/chain.png") ,
70
+ icon : createIcon ( "image" , import . meta . env . BASE_URL + " images/chain.png") ,
71
71
} ,
72
72
basicBeatmapEvents : {
73
73
label : "Basic Events" ,
0 commit comments