Commit f9fa78fe by Arjun Jhukal

added new deployent site to the next config

parent db6ff7cf
...@@ -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',
...@@ -24,7 +24,7 @@ const nextConfig: NextConfig = { ...@@ -24,7 +24,7 @@ const nextConfig: NextConfig = {
}, },
{ {
protocol: 'https', protocol: 'https',
hostname: 'app.socialspins777.com', hostname: 'socialspins777.com',
port: '', port: '',
pathname: '/storage/**', pathname: '/storage/**',
}, },
......
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