banatie-service/apps/landing/next.config.js

11 lines
178 B
JavaScript

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