From bf3727a09b3afcc2fa6cfa3e719d4347db4356fb Mon Sep 17 00:00:00 2001 From: Trance-0 <60459821+Trance-0@users.noreply.github.com> Date: Sun, 19 Jan 2025 18:09:48 -0600 Subject: [PATCH] Update next.config.mjs add export --- next.config.mjs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 590416d..9b09b71 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -13,7 +13,9 @@ const withNextra = nextra({ } }) -export default withNextra() +export default withNextra({ + output: 'export', +}) // If you have other Next.js configurations, you can pass them as the parameter: // export default withNextra({ /* other next.js config */ }) \ No newline at end of file