aderktech-chronark.com-/next.config.js
2023-02-24 18:51:04 +01:00

12 lines
177 B
JavaScript

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