el.xwx.moe/next.config.js
2023-02-06 21:29:23 +03:30

7 lines
120 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
};
module.exports = nextConfig;