Skip to content

Commit fdb61fd

Browse files
committed
Update Next.js configuration to enable static export for production builds
1 parent 3a30ab9 commit fdb61fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { NextConfig } from "next";
22

33
const nextConfig: NextConfig = {
44
// Static export configuration for production builds
5-
// output: 'export', // Commented out for development
5+
output: 'export',
66
trailingSlash: true,
77
images: {
88
unoptimized: true

0 commit comments

Comments
 (0)