From 72e6e704f9760c6d8c189b54a770145f7ad5023d Mon Sep 17 00:00:00 2001 From: AmirHossein Shirazi Date: Fri, 30 Aug 2024 16:18:08 +0330 Subject: [PATCH] fix enamad --- next.config.mjs | 8 ++++++-- src/app/components/Footer/Sponsors.tsx | 14 ++++++++++++++ src/app/components/Footer/index.tsx | 15 +-------------- 3 files changed, 21 insertions(+), 16 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 4fbe93c..d5cc445 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -3,8 +3,12 @@ const nextConfig = { images: { remotePatterns: [ { - hostname: "api.cs50xshiraz.ir", - protocol: "https" + protocol: "https", + hostname: "api.cs50xshiraz.ir" + }, + { + protocol: "https", + hostname: "trustseal.enamad.ir" } ] }, diff --git a/src/app/components/Footer/Sponsors.tsx b/src/app/components/Footer/Sponsors.tsx index 2fb3267..e967fc3 100644 --- a/src/app/components/Footer/Sponsors.tsx +++ b/src/app/components/Footer/Sponsors.tsx @@ -26,6 +26,20 @@ const Sponsors = () => { return (
{renderSponsors} + + +
); }; diff --git a/src/app/components/Footer/index.tsx b/src/app/components/Footer/index.tsx index d47fe4b..e28d7a1 100644 --- a/src/app/components/Footer/index.tsx +++ b/src/app/components/Footer/index.tsx @@ -27,20 +27,7 @@ const Footer = () => { تماس با ما
- - - + github