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