File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
export const appElements = [
2
2
{
3
3
name : "About Me" ,
4
- image : "/images/about.png" ,
4
+ image : "/desktop-web/ images/about.png" ,
5
5
target : "about-window" ,
6
6
} ,
7
7
{
8
8
name : "Skills" ,
9
- image : "/images/skills.png" ,
9
+ image : "/desktop-web/ images/skills.png" ,
10
10
target : "skills-window" ,
11
11
} ,
12
12
{
13
13
name : "Education" ,
14
- image : "/images/education.png" ,
14
+ image : "/desktop-web/ images/education.png" ,
15
15
target : "education-window" ,
16
16
} ,
17
17
{
18
18
name : "Portfolio" ,
19
- image : "/images/portfolio.png" ,
19
+ image : "/desktop-web/ images/portfolio.png" ,
20
20
target : "portfolio-window" ,
21
21
} ,
22
22
{
23
23
name : "Contact" ,
24
- image : "/images/contacts.png" ,
24
+ image : "/desktop-web/ images/contacts.png" ,
25
25
target : "contact-window" ,
26
26
} ,
27
27
] ;
@@ -30,7 +30,7 @@ export const windowElements = [
30
30
{
31
31
id : "welcome" ,
32
32
title : "Welcome :)" ,
33
- content : "/markdown/welcome.md" ,
33
+ content : "/desktop-web/ markdown/welcome.md" ,
34
34
active : true ,
35
35
} ,
36
36
{
You can’t perform that action at this time.
0 commit comments