el.xwx.moe/next.config.js
2023-03-29 06:15:25 +03:30

10 lines
170 B
JavaScript

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