update static config

This commit is contained in:
Trance-0
2025-01-19 20:30:45 -06:00
parent bf3727a09b
commit 29548ac38f
42 changed files with 42 additions and 44 deletions

View File

@@ -13,9 +13,7 @@ const withNextra = nextra({
}
})
export default withNextra({
output: 'export',
})
export default withNextra()
// If you have other Next.js configurations, you can pass them as the parameter:
// export default withNextra({ /* other next.js config */ })