Skip to content

Commit 0861d75

Browse files
committed
fix: enable static export for Next.js build
- Add output: 'export' to next.config.js - Configure static site generation for App Router - Ensure build generates out/ directory for static hosting
1 parent 049946d commit 0861d75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3+
output: 'export',
34
images: {
45
unoptimized: true,
56
},

0 commit comments

Comments
 (0)