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