nextjs-with-docker/next.config.js

5 lines
87 B
JavaScript
Raw Permalink Normal View History

2024-08-20 15:28:28 +00:00
/** @type {import('next').NextConfig} */
module.exports = {
output: "standalone",
};