addded categories to pages and alert text to settings

This commit is contained in:
2025-10-22 08:54:15 -04:00
parent bada44fec3
commit 23055629c9
8 changed files with 96 additions and 36 deletions

View File

@@ -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 })