File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
const ASSET_CONFIG = {
4
4
mac_retina : {
5
5
normal : {
6
- src : 'assets/mac_retina.png' ,
6
+ src : '/control-user-cursor/ assets/mac_retina.png' ,
7
7
height : '22px' ,
8
8
width : '15px' ,
9
9
} ,
10
10
pointer : {
11
- src : 'assets/mac_pointer_retina.png' ,
11
+ src : '/control-user-cursor/ assets/mac_pointer_retina.png' ,
12
12
width : '18.5px' ,
13
13
height : '19.5px' ,
14
14
} ,
15
15
} ,
16
16
mac : {
17
17
normal : {
18
- src : 'assets/mac.png' ,
18
+ src : '/control-user-cursor/ assets/mac.png' ,
19
19
width : '15px' ,
20
20
height : '22px' ,
21
21
} ,
22
22
pointer : {
23
- src : 'assets/mac_pointer.png' ,
23
+ src : '/control-user-cursor/ assets/mac_pointer.png' ,
24
24
width : '18px' ,
25
25
height : '19px' ,
26
26
} ,
27
27
} ,
28
28
other : {
29
29
normal : {
30
- src : 'assets/other.png' ,
30
+ src : '/control-user-cursor/ assets/other.png' ,
31
31
width : '17px' ,
32
32
height : '23px' ,
33
33
} ,
34
34
pointer : {
35
- src : 'assets/other_pointer.png' ,
35
+ src : '/control-user-cursor/ assets/other_pointer.png' ,
36
36
width : '22px' ,
37
37
height : '26px' ,
38
38
} ,
Original file line number Diff line number Diff line change 23
23
sans-serif;
24
24
background-color : # f8f8f8 ;
25
25
color : # 000 ;
26
- background-image : url(. / assets/bg.svg);
26
+ background-image : url (/control-user-cursor /assets/bg.svg);
27
27
background-repeat : repeat;
28
28
}
29
29
You can’t perform that action at this time.
0 commit comments