remove sharp dep, switch to next/future/image

also disable image optimization, as its not needed in our use case
This commit is contained in:
Ben Phelps 2022-08-25 14:32:53 +03:00
parent c90f781650
commit 7de1430af6
4 changed files with 6 additions and 155 deletions

View file

@ -1,4 +1,4 @@
import Image from "next/image";
import Image from "next/future/image";
import { useState } from "react";
import { Disclosure, Transition } from "@headlessui/react";