Skip to content

Commit 3585cdf

Browse files
committed
refactor(nft-marketplace): make Next.js app static [skip ci]
1 parent dba3751 commit 3585cdf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
import type { NextConfig } from "next";
1+
import type { NextConfig } from 'next'
22

33
const nextConfig: NextConfig = {
44
/* config options here */
5-
};
5+
output: 'export',
6+
}
67

7-
export default nextConfig;
8+
export default nextConfig

0 commit comments

Comments
 (0)