Skip to content

Commit f7cc60c

Browse files
committed
Fix: Add explicit distDir configuration for Hostinger deployment
1 parent b6f2807 commit f7cc60c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next.config.ts

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

33
const nextConfig: NextConfig = {
44
output: 'export',
5+
distDir: 'out',
56
images: {
67
unoptimized: true,
78
},

0 commit comments

Comments
 (0)