@@ -27,31 +27,31 @@ const projects = [
2727 description : "AI Autonomous Coding Assistant. A powerful tool that helps developers automate coding tasks and improve productivity." ,
2828 tags : [ "AI" , "TypeScript" , "LLM" , "VSCode" , "CLI" ] ,
2929 link : "https://github.com/TabbyML/pochi" ,
30- image : "images/pochi.png" ,
30+ image : "/ images/pochi.png" ,
3131 demo : ""
3232 } ,
3333 {
3434 title : "Tabby" ,
3535 description : "Self Hosted AI Coding Assistant. Intelligent code completions directly in your editor, running entirely on your own infrastructure." ,
3636 tags : [ "Rust" , "AI" , "Self-hosted" , "VSCode" , "CLI" ] ,
3737 link : "https://github.com/TabbyML/tabby" ,
38- image : "images/tabby.png" ,
38+ image : "/ images/tabby.png" ,
3939 demo : ""
4040 } ,
4141 {
4242 title : "lsd" ,
4343 description : "A Next Generation UNIX ls Alternative. Modern replacement for ls command with colorful output, icons, and various display options." ,
4444 tags : [ "Rust" , "CLI" , "Unix" ] ,
4545 link : "https://github.com/lsd-rs/lsd" ,
46- image : "images/lsd.png" ,
46+ image : "/ images/lsd.png" ,
4747 demo : ""
4848 } ,
4949 {
5050 title : "Kubernetes Scheduler Plugins" ,
5151 description : "Advanced scheduling features for Kubernetes. Framework to enable developers to write custom scheduling plugins." ,
5252 tags : [ "Go" , "Kubernetes" , "Cloud Native" ] ,
5353 link : "https://github.com/kubernetes-sigs/scheduler-plugins" ,
54- image : "images/scheduler-plugins.svg" ,
54+ image : "/ images/scheduler-plugins.svg" ,
5555 demo : ""
5656 }
5757] ;
@@ -93,7 +93,7 @@ export default function Home() {
9393 className = "mb-16 relative w-64 h-64 mx-auto"
9494 >
9595 < Image
96- src = "images/logo.png"
96+ src = "/ images/logo.png"
9797 alt = "Logo"
9898 fill
9999 className = "object-cover rounded-full border-4 border-background shadow-2xl"
0 commit comments