12tet.umm.gay/next.config.js

7 lines
118 B
JavaScript
Raw Normal View History

2023-03-06 02:11:34 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig