export ready

This commit is contained in:
2025-12-26 14:48:58 -06:00
parent 7f42363130
commit 0b147ac671

View File

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