Skip to content

Commit 110b706

Browse files
committed
Set output option to 'export' in Next.js configuration
1 parent 71716a2 commit 110b706

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template-base/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
/* config options here */
5+
output: 'export',
56
};
67

78
export default nextConfig;

0 commit comments

Comments
 (0)