mirror of
https://github.com/severian-dev/sucker.severian.dev.git
synced 2025-12-11 18:56:39 +00:00
7 lines
156 B
JavaScript
7 lines
156 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
output: 'standalone',
|
|
productionBrowserSourceMaps: false,
|
|
};
|
|
|
|
module.exports = nextConfig; |