From e9c68e4b3ddcfe638bc611f421d55f372e0100e9 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 27 Jan 2022 11:43:33 +0100 Subject: fix(project): make sure the project cover is displayed Next.js does not support the dynamic import of images. Sometimes the images was displayed and other times the loading did not finish. So even if I would like to keep the content in a same place, I choose to put the projects covers inside the public directory. Then I use a hasCover boolean to determine if the project cover need to be printed. --- src/content | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content') diff --git a/src/content b/src/content index 1dc7705..c85ab72 160000 --- a/src/content +++ b/src/content @@ -1 +1 @@ -Subproject commit 1dc7705299e9e4a05ecddd35dd1357d6426efe0a +Subproject commit c85ab7210b3fc984bc06e2d672839cedc37344e5 -- cgit v1.2.3