serp-chat / next.config.js
matt HOFFNER
cleanup
82bebab
raw
history blame
216 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
appDir: true,
},
output: "standalone",
images: {
domains: ["upload.wikimedia.org"],
},
};
module.exports = nextConfig;