funktechnik-schubert-website/next.config.ts
2026-07-03 19:14:34 +02:00

8 lines
155 B
TypeScript

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