Files
Homepage/next.config.ts
Kay Hennig 34a31384ac
Some checks failed
Deploy Homepage / build (push) Has been cancelled
test workflow
2025-07-19 23:59:30 +02:00

10 lines
177 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
distDir: "build",
};
export default nextConfig;