Spaces:
Sleeping
Sleeping
| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| images: { | |
| remotePatterns: [ | |
| { | |
| protocol: 'https', | |
| hostname: 'ik.imagekit.io', | |
| pathname: '/z0tzxea0wgx/**', | |
| }, | |
| ], | |
| }, | |
| }; | |
| module.exports = nextConfig; |