Skip to content

Commit

Permalink
fix: "new image & nxt.config"
Browse files Browse the repository at this point in the history
  • Loading branch information
yond1994 committed Jun 1, 2024
1 parent 388e375 commit 08ab85f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/web/app/(auth)/auth/components/Testimonial.tsx
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
4 changes: 4 additions & 0 deletions apps/web/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ const nextConfig = {
protocol: "https",
hostname: "images.unsplash.com",
},
{
protocol: "https",
hostname: "noguesabogados.s3.eu-west-3.amazonaws.com",
}
],
},
async rewrites() {
Expand Down

0 comments on commit 08ab85f

Please sign in to comment.