1
Fork 0
todocolors/todoblue/next.config.js

6 lines
116 B
JavaScript

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