Archived
fix
This commit is contained in:
+1
-1
@@ -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;
|
||||||
|
|||||||
@@ -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"
|
||||||
Reference in New Issue
Block a user