Editing next.config.ts

This commit is contained in:
DosAi 2025-06-04 03:12:19 +03:00
parent 02de654266
commit 03949a84ac

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;