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"; import type { NextConfig } from "next";
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
/* config options here */ output: 'export',
}; };
export default nextConfig; export default nextConfig;
+3
View File
@@ -1,3 +1,6 @@
name = "confessions-of-grace" name = "confessions-of-grace"
compatibility_date = "2025-03-25" compatibility_date = "2025-03-25"
compatibility_flags = ["nodejs_compat"] compatibility_flags = ["nodejs_compat"]
[assets]
directory = "out"