Files
1000apps/next.config.js
T

8 lines
201 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
images: {
domains: ['lh3.googleusercontent.com', 'avatars.githubusercontent.com'],
},
}