Skip to content

Commit 0906d0e

Browse files
committed
fix: 🐛 deploy
1 parent 02eded0 commit 0906d0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

next.config.ts

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

33
const nextConfig: NextConfig = {
4+
output: "export",
5+
distDir: 'out',
46
images: {
57
unoptimized: true,
68
},
7-
distDir: 'out',
89
};
910

1011
export default nextConfig;

0 commit comments

Comments
 (0)