Files
app.fellies.art/next.config.ts
2025-06-29 02:08:03 +02:00

8 lines
129 B
TypeScript

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