Files
DefectingCat.github.io/next.config.js
2021-11-16 21:00:46 +08:00

5 lines
87 B
JavaScript

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