Skip to content

Commit 0a30f4b

Browse files
committed
Fix action
1 parent c675650 commit 0a30f4b

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
basePath: "/article-preview",
5+
output: 'export'
56
/* config options here */
67
};
78

0 commit comments

Comments
 (0)