webserver.c/next.config.js
2024-01-16 08:46:05 -05:00

7 lines
116 B
JavaScript

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