| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| reactStrictMode: true, | |
| images: { | |
| domains: ['static.photos'], | |
| }, | |
| experimental: { | |
| appDir: true, | |
| }, | |
| } | |
| module.exports = nextConfig |
| /** @type {import('next').NextConfig} */ | |
| const nextConfig = { | |
| reactStrictMode: true, | |
| images: { | |
| domains: ['static.photos'], | |
| }, | |
| experimental: { | |
| appDir: true, | |
| }, | |
| } | |
| module.exports = nextConfig |