@@ -12,31 +12,31 @@ export const projects: Project[] = [
1212 title : 'Sugar on a Stick' ,
1313 description : 'A live USB version of the Sugar platform' ,
1414 tags : [ 'Distribution' , 'Portable' ] ,
15- imageUrl : '/ assets/Images/SOAS.jpeg' ,
15+ imageUrl : 'assets/Images/SOAS.jpeg' ,
1616 link : '/projects/sugar-on-a-stick' ,
1717 } ,
1818 {
1919 title : 'Google Summer of Code' ,
2020 description :
2121 'GSOC is a global program focused on bringing more student developers into open source software development' ,
2222 tags : [ 'Community' , 'Development' ] ,
23- imageUrl : '/ assets/Images/GSOC.png' ,
23+ imageUrl : 'assets/Images/GSOC.png' ,
2424 link : '/projects/gsoc' ,
2525 } ,
2626 {
2727 title : 'Music Blocks' ,
2828 description : 'A programming environment for exploring musical concepts' ,
2929 tags : [ 'Education' , 'Creative' ] ,
3030 progress : 75 ,
31- imageUrl : '/ assets/Images/default-project.png' , // Added a default image
31+ imageUrl : 'assets/Images/default-project.png' ,
3232 link : '/projects/music-blocks' ,
3333 } ,
3434 {
3535 title : 'Sugarizer' ,
3636 description : 'Web implementation of the Sugar platform for modern browsers' ,
3737 tags : [ 'Web' , 'Mobile' ] ,
3838 progress : 80 ,
39- imageUrl : '/ assets/Images/default-project.png' , // Added a default image
39+ imageUrl : 'assets/Images/default-project.png' ,
4040 link : '/projects/sugarizer' ,
4141 } ,
4242] ;
0 commit comments