mirror of
https://github.com/r-freeman/nextjs-with-docker.git
synced 2024-11-11 18:55:40 +00:00
5 lines
87 B
JavaScript
5 lines
87 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
module.exports = {
|
|
output: "standalone",
|
|
};
|