From eb72aaa01f157b36c713998eda8088fd4ab5adb6 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Mon, 24 May 2021 15:05:40 +0200 Subject: [PATCH] Add dynamic screenshot for dotfiles --- pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },