Mistral-AI-Game-Jam/DefendDaniel2
7
1/** @type {import('next').NextConfig} */2const nextConfig = {3 images: {4 remotePatterns: [5 {6 protocol: 'https',7 hostname: 'ik.imagekit.io',8 pathname: '/z0tzxea0wgx/**',9 },10 ],11 },12};13 14module.exports = nextConfig;