CoolFace
Apppublic

Mistral-AI-Game-Jam/DefendDaniel2

sourceHugging Faceupdated 2y agoView on Hugging Face
7likes
next.config.js14 linesDownload Raw Back to root
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;