Files
2025-05-28 09:55:51 +08:00

5 lines
127 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = { productionBrowserSourceMaps: true }
module.exports = nextConfig