live.umm.gay/web/next.config.js

8 lines
155 B
JavaScript
Raw Normal View History

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