feat(nextjs config): enable production browser sourcemaps (#367)

This commit is contained in:
Yusuf Seyrek 2023-08-14 13:59:29 +03:00 committed by GitHub
parent fe70b50c77
commit 53495c03ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
productionBrowserSourceMaps: true,
reactStrictMode: true,
images: {
domains: [