feat: implement dynamic categories, admin category CRUD, fix routing and cleanup
This commit is contained in:
@@ -9,6 +9,7 @@ const nextConfig: NextConfig = {
|
||||
remotePatterns: [
|
||||
{ protocol: 'https', hostname: 'res.cloudinary.com' },
|
||||
{ protocol: 'https', hostname: 'images.unsplash.com' },
|
||||
{ protocol: 'https', hostname: 'media.ayris.tech' },
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user