Commit db6ff7cf by Arjun Jhukal

added new deployent site to the next config

parent 3c4999b4
...@@ -2,7 +2,7 @@ import { NextConfig } from 'next'; ...@@ -2,7 +2,7 @@ import { NextConfig } from 'next';
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
images: { images: {
domains: ["app.bdwebai.com", "sweepstake.webjuwa.com"], domains: ["app.bdwebai.com", "sweepstake.webjuwa.com","app.socialspins777.com",],
remotePatterns: [ remotePatterns: [
{ {
protocol: 'https', protocol: 'https',
...@@ -22,6 +22,12 @@ const nextConfig: NextConfig = { ...@@ -22,6 +22,12 @@ const nextConfig: NextConfig = {
port: '', port: '',
pathname: '/storage/**', pathname: '/storage/**',
}, },
{
protocol: 'https',
hostname: 'app.socialspins777.com',
port: '',
pathname: '/storage/**',
},
], ],
}, },
async rewrites() { async rewrites() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment