Commit db6ff7cf by Arjun Jhukal

added new deployent site to the next config

parent 3c4999b4
......@@ -2,7 +2,7 @@ import { NextConfig } from 'next';
const nextConfig: NextConfig = {
images: {
domains: ["app.bdwebai.com", "sweepstake.webjuwa.com"],
domains: ["app.bdwebai.com", "sweepstake.webjuwa.com","app.socialspins777.com",],
remotePatterns: [
{
protocol: 'https',
......@@ -22,6 +22,12 @@ const nextConfig: NextConfig = {
port: '',
pathname: '/storage/**',
},
{
protocol: 'https',
hostname: 'app.socialspins777.com',
port: '',
pathname: '/storage/**',
},
],
},
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