Skip to content

Commit

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

module.exports = {
Expand All @@ -27,20 +27,9 @@ 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'
// }
// ]

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

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

0 comments on commit dab14b8

Please sign in to comment.