/** @type {import('next').NextConfig} */ const nextConfig = { experimental: { appDir: true, }, output: "standalone", images: { domains: ["upload.wikimedia.org"], }, }; module.exports = nextConfig;