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