We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4919b74 commit 026a275Copy full SHA for 026a275
next.config.js
@@ -1,7 +1,7 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
compress: true,
4
- output: "export",
+ // output: "export",
5
basePath: "/Blog",
6
assetPrefix: "/Blog/",
7
};
0 commit comments