Docker configuration
This commit is contained in:
parent
e2ba6e0029
commit
a368150d6d
5 changed files with 71 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
import type { NextConfig } from "next";
|
||||
import type { NextConfig } from 'next';
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
output: 'standalone',
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue