From 156b9ed6da17115b61ad44a120b7f5d1698cf064 Mon Sep 17 00:00:00 2001 From: James Purser Date: Mon, 13 Jun 2022 18:20:35 +1000 Subject: [PATCH] Back to the old reference still need to fix it. Also added Sharp image library --- components/featureimage.js | 2 +- package.json | 3 +- yarn.lock | 257 ++++++++++++++++++++++++++++++++++++- 3 files changed, 256 insertions(+), 6 deletions(-) diff --git a/components/featureimage.js b/components/featureimage.js index 7d82ebb..f26f4ad 100755 --- a/components/featureimage.js +++ b/components/featureimage.js @@ -5,7 +5,7 @@ import Image from 'next/image'; const FeatureImage = ({ imagedata, basepath }) => (