mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 22:48:46 +00: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:
parent
c90f781650
commit
7de1430af6
4 changed files with 6 additions and 155 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue