Commit 2961b19d by Arjun Jhukal

added new deployent site to the next config

parent 26de8875
...@@ -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", "app.socialspins777.com"], domains: ["app.bdwebai.com", "sweepstake.webjuwa.com"],
remotePatterns: [ remotePatterns: [
{ {
protocol: 'https', protocol: 'https',
...@@ -22,12 +22,6 @@ const nextConfig: NextConfig = { ...@@ -22,12 +22,6 @@ 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