Skip to content

Commit 539d8c8

Browse files
committed
wip
1 parent 7dbe0b5 commit 539d8c8

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
@@ -1,6 +1,7 @@
11
import type { NextConfig } from "next";
22

33
const nextConfig: NextConfig = {
4+
output: 'export',
45
};
56

67
export default nextConfig;

0 commit comments

Comments
 (0)