portfolio / next.config.ts
Naveedtechlab
Portfolio website - Muhammad Naveed
9589570
raw
history blame contribute delete
129 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
};
export default nextConfig;