Deploy Change

This commit is contained in:
allinix 2025-02-18 11:17:40 +05:30
parent 83e22b1f03
commit 786a38de5d

View File

@ -2,6 +2,7 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
/* config options here */ /* config options here */
output: 'export',
}; };
export default nextConfig; export default nextConfig;