qr.umm.gay/next.config.js

8 lines
155 B
JavaScript
Raw Normal View History

2023-02-13 15:48:46 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
2023-02-13 18:23:43 +00:00
productionBrowserSourceMaps: true,
2023-02-13 15:48:46 +00:00
}
module.exports = nextConfig