Editing next.config.ts

This commit is contained in:
DosAi 2025-06-04 03:15:13 +03:00
parent 03949a84ac
commit b95cea18da

View File

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