Spaces:
Running
Running
| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| images: { | |
| remotePatterns: [ | |
| { | |
| protocol: "https", | |
| hostname: "**" | |
| } | |
| ], | |
| }, | |
| }; | |
| export default nextConfig; | |