Skip to content

Commit

Permalink
Update next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AmbroseX committed Feb 6, 2024
1 parent fda3031 commit fbe86a8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const withNextra = require('nextra')({
basePath: basePath,
assetPrefix: assetPrefix,
output: 'export',
distDir: 'dist',
})

module.exports = {
Expand All @@ -28,8 +27,10 @@ module.exports = {
defaultLocale: 'zh-CN'
},

}
)
}),
images: {
unoptimized: true,
},
}

// If you have other Next.js configurations, you can pass them as the parameter:
Expand Down

0 comments on commit fbe86a8

Please sign in to comment.