Skip to content

Commit b8f0d21

Browse files
Ajit Pratap Singhclaude
authored andcommitted
fix(website): remove output: export — not needed for Vercel deployment
Static export was added for GitHub Pages but breaks Vercel features (headers, redirects, sitemap route). Vercel handles SSR natively. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4cfad2b commit b8f0d21

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

website/next.config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ const withAnalyzer = withBundleAnalyzer({
66
});
77

88
const nextConfig: NextConfig = {
9-
output: 'export',
10-
images: {
11-
unoptimized: true,
12-
},
139
async headers() {
1410
return [
1511
{

0 commit comments

Comments
 (0)