Enable source maps

main
Charlotte Som 2023-02-13 18:23:43 +00:00
parent b77d3a9cad
commit d8b037a15b
1 changed files with 1 additions and 0 deletions

View File

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