Update next.config.mjs

add export
This commit is contained in:
Trance-0
2025-01-19 18:09:48 -06:00
parent 04dfe388d6
commit bf3727a09b

View File

@@ -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 */ })