Files
islamiclife-blog/next.config.ts
mstfyldz 5c835f5a7f docker
2026-03-21 16:47:48 +03:00

9 lines
157 B
TypeScript

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