Skip to content

Commit

Permalink
Merge pull request #9 from ai4agi/dev
Browse files Browse the repository at this point in the history
Update next.config.js
  • Loading branch information
AmbroseX authored Feb 6, 2024
2 parents 418fb7e + fc18bcd commit 82500e2
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ const withNextra = require('nextra')({
staticImage: true,
basePath: basePath,
assetPrefix: assetPrefix,
output: 'export',
distDir: 'dist'

})

module.exports = {
Expand All @@ -27,17 +26,11 @@ module.exports = {
locales: ['zh-CN', 'en-US'],
defaultLocale: 'zh-CN'
},
// domains: [{
// domain: 'info.ai4agi.org',
// defaultLocale: 'zh-CN'
// },
// {
// domain: 'info.ai4agi.cn',
// defaultLocale: 'zh-CN'
// }
// ]

}
),
output: 'export',
distDir: 'dist',
images: {
unoptimized: true,
},
Expand Down

0 comments on commit 82500e2

Please sign in to comment.