chat-with-internet / next.config.js
matt HOFFNER
init
c2df9c2
raw
history blame
No virus
118 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone"
}
module.exports = nextConfig