wilddragon-site/next.config.ts
2026-04-17 15:51:01 -04:00

7 lines
129 B
TypeScript
Executable file

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
};
export default nextConfig;