el.xwx.moe/next.config.js
2024-02-22 01:51:51 -06:00

11 lines
196 B
JavaScript

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