el.xwx.moe/next.config.js

7 lines
120 B
JavaScript
Raw Normal View History

2023-01-22 15:39:35 -06:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
2023-02-06 11:59:23 -06:00
};
2023-01-22 15:39:35 -06:00
2023-02-06 11:59:23 -06:00
module.exports = nextConfig;