Files
shakethefrog/next.config.ts
HugeFrog24 128a06be30 initil
2025-01-15 00:11:35 +01:00

8 lines
128 B
TypeScript

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