From 08ab85f60a518c748491588605ff5e306bc783f0 Mon Sep 17 00:00:00 2001 From: yond1994 Date: Sat, 1 Jun 2024 14:17:46 +0200 Subject: [PATCH] fix: "new image & nxt.config" --- apps/web/app/(auth)/auth/components/Testimonial.tsx | 7 ++++--- apps/web/next.config.mjs | 4 ++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/apps/web/app/(auth)/auth/components/Testimonial.tsx b/apps/web/app/(auth)/auth/components/Testimonial.tsx index e4c14a4ffbf..37340631a8e 100644 --- a/apps/web/app/(auth)/auth/components/Testimonial.tsx +++ b/apps/web/app/(auth)/auth/components/Testimonial.tsx @@ -1,7 +1,8 @@ -import CalComLogo from "@/images/cal-logo-light.svg"; -import Peer from "@/images/peer.webp"; +// import CalComLogo from "@/images/cal-logo-light.svg"; +// import Peer from "@/images/peer.webp"; import { CheckCircle2Icon } from "lucide-react"; -import Image from "next/image"; + +// import Image from "next/image"; export const Testimonial = () => { return ( diff --git a/apps/web/next.config.mjs b/apps/web/next.config.mjs index 276603964c4..2261f964deb 100644 --- a/apps/web/next.config.mjs +++ b/apps/web/next.config.mjs @@ -57,6 +57,10 @@ const nextConfig = { protocol: "https", hostname: "images.unsplash.com", }, + { + protocol: "https", + hostname: "noguesabogados.s3.eu-west-3.amazonaws.com", + } ], }, async rewrites() {