We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c675650 commit 0a30f4bCopy full SHA for 0a30f4b
next.config.ts
@@ -2,6 +2,7 @@ import type { NextConfig } from "next";
2
3
const nextConfig: NextConfig = {
4
basePath: "/article-preview",
5
+ output: 'export'
6
/* config options here */
7
};
8
0 commit comments