mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-06 21:57:48 +01:00
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:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user