Commit ad93243c by Arjun Jhukal

updated the minor changes

parent 62ca8137
import type { NextConfig } from "next"; import { NextConfig } from 'next';
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
/* config options here */
images: { images: {
remotePatterns: [ remotePatterns: [
{ {
...@@ -10,15 +9,13 @@ const nextConfig: NextConfig = { ...@@ -10,15 +9,13 @@ const nextConfig: NextConfig = {
port: '', port: '',
pathname: '/storage/**', pathname: '/storage/**',
}, },
{
protocol: 'https',
hostname: 'sweepstake.webjuwa.com',
port: '',
pathname: '/storage/**',
},
], ],
// remotePatterns: [
// {
// protocol: 'https',
// hostname: 'sweepstake.webjuwa.com',
// port: '',
// 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