CoolFace
Apppublic

ctfone/anycoder-93b30892

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
next.config.js9 linesDownload Raw Back to root
1/** @type {import('next').NextConfig} */2const nextConfig = {3  reactStrictMode: true,4  images: {5    domains: ['huggingface.co'],6  },7}8 9module.exports = nextConfig