fix: export static fixed

This commit is contained in:
2026-02-20 20:45:59 +03:30
parent f641409d8a
commit d056c8b96c
4 changed files with 14 additions and 8 deletions
+6
View File
@@ -0,0 +1,6 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'export',
};
export default nextConfig;