We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a30ab9 commit fdb61fdCopy full SHA for fdb61fd
next.config.ts
@@ -2,7 +2,7 @@ import type { NextConfig } from "next";
2
3
const nextConfig: NextConfig = {
4
// Static export configuration for production builds
5
- // output: 'export', // Commented out for development
+ output: 'export',
6
trailingSlash: true,
7
images: {
8
unoptimized: true
0 commit comments