This commit is contained in:
2025-08-18 14:56:55 -05:00
parent 583a0513d5
commit 6eb9a97583
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: 'export',
};
export default nextConfig;