7 lines
No EOL
115 B
TypeScript
7 lines
No EOL
115 B
TypeScript
import type { NextConfig } from "next";
|
|
|
|
const nextConfig = {
|
|
output: 'standalone'
|
|
};
|
|
|
|
export default nextConfig; |