From 6eb9a97583afa4aeb3e8e41e9d2a29d59d36b816 Mon Sep 17 00:00:00 2001 From: auggie2lbcf Date: Mon, 18 Aug 2025 14:56:55 -0500 Subject: [PATCH] fix --- next.config.ts | 2 +- wrangler.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index e9ffa30..c8a8efa 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - /* config options here */ + output: 'export', }; export default nextConfig; diff --git a/wrangler.toml b/wrangler.toml index 1d117d8..da04482 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,3 +1,6 @@ name = "confessions-of-grace" compatibility_date = "2025-03-25" compatibility_flags = ["nodejs_compat"] + +[assets] +directory = "out" \ No newline at end of file