Files
Puechberty Arthur 2de4261631 first commit
2026-03-30 23:26:19 +02:00

8 lines
129 B
TypeScript

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