Skip to content

Commit

Permalink
chore: daily development
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Jan 1, 2025
1 parent 329fae9 commit 60a1986
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import nextra from 'nextra'
* @type {import('next').NextConfig}
*/
const nextConfig = {
output: 'export',
images: {
unoptimized: true // mandatory, otherwise won't export
},
distDir: "dist"
// output: 'export',
// images: {
// unoptimized: true // mandatory, otherwise won't export
// },
// distDir: "dist"
}
const withNextra = nextra({
theme: 'nextra-theme-docs',
Expand Down

0 comments on commit 60a1986

Please sign in to comment.