caddy-ui/next.config.js
2023-11-20 03:45:17 -05:00

6 lines
118 B
JavaScript

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