el.xwx.moe/next.config.js
2023-03-11 08:40:10 +03:30

10 lines
176 B
JavaScript

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