Enable source maps

This commit is contained in:
Charlotte Som 2023-02-13 18:23:43 +00:00
parent b77d3a9cad
commit d8b037a15b

View file

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