From 704ee7f01580eb690e9600631dcf293da8a36947 Mon Sep 17 00:00:00 2001 From: Damien Staebler Date: Sat, 2 Nov 2024 23:08:05 -0400 Subject: [PATCH] Update next.config.ts --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index e9ffa30..dc0f77b 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;