diff --git a/pages/index.js b/pages/index.js index 324bcf7..552b8ac 100644 --- a/pages/index.js +++ b/pages/index.js @@ -61,7 +61,7 @@ export async function getStaticProps() { title: "Dotfiles", short_description: "A set of Linux configuration files (dotfiles) I am using on a daily basis accross all of my machines. This includes configuration for my window manager, text editor and development environment. It also includes a set of custom scripts for various usages.", - cover: "/images/dotfiles/cover.png", + cover: "https://github.com/TanguyHerbron/dotfiles/raw/master/Images/Screenshots/desktop.png", icon: "/images/dotfiles/icon.svg", link: "https://github.com/TanguyHerbron/dotfiles" },