Files
impact-site/next.config.ts
tunapro fdc607ce31
Some checks failed
Deploy stable / deploy (push) Failing after 1s
initial commit: next.js 16 scaffold + docker + gitea actions
2026-04-23 10:30:53 +03:00

8 lines
129 B
TypeScript

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