diff --git a/components/Feed.js b/components/Feed.js index e03583c..0d5e5e7 100644 --- a/components/Feed.js +++ b/components/Feed.js @@ -1,3 +1,5 @@ +import ExportedImage from "next-image-export-optimizer"; + const Feed = ({ media, type, @@ -24,7 +26,14 @@ const Feed = ({ }); }} > - {url} + ))} diff --git a/components/Navbar.js b/components/Navbar.js index 45b246c..119d400 100644 --- a/components/Navbar.js +++ b/components/Navbar.js @@ -1,4 +1,5 @@ import Link from "next/link"; +import ExportedImage from "next-image-export-optimizer"; const Navbar = ({ name, logo }) => (