We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026a275 commit c51d681Copy full SHA for c51d681
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