ctfone/anycoder-93b30892
0
1/** @type {import('next').NextConfig} */2const nextConfig = {3 reactStrictMode: true,4 images: {5 domains: ['huggingface.co'],6 },7}8 9module.exports = nextConfig1/** @type {import('next').NextConfig} */2const nextConfig = {3 reactStrictMode: true,4 images: {5 domains: ['huggingface.co'],6 },7}8 9module.exports = nextConfig