Files
dcordabuse/next.config.js
T

6 lines
120 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
};
module.exports = nextConfig;