addded categories to pages and alert text to settings
This commit is contained in:
@@ -12,6 +12,17 @@ const nextConfig = {
|
||||
|
||||
return webpackConfig
|
||||
},
|
||||
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: 'http',
|
||||
hostname: 'localhost',
|
||||
port: '3000',
|
||||
pathname: '/api/media/**',
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
export default withPayload(nextConfig, { devBundleServerPackages: false })
|
||||
|
||||
Reference in New Issue
Block a user