From 4d6d45817bc3b80b6473852d876ba1e43aef01e7 Mon Sep 17 00:00:00 2001 From: Jon Wilson Date: Fri, 17 Nov 2023 14:28:20 -0600 Subject: [PATCH] undoing changes to next config; did not work --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 767719f..75a150c 100644 --- a/next.config.js +++ b/next.config.js @@ -1,4 +1,4 @@ /** @type {import('next').NextConfig} */ -const nextConfig = {} +const nextConfig = { output: 'export' } module.exports = nextConfig