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