Skip to content

Commit 026a275

Browse files
author
Programming-Sai
committed
---
1 parent 4919b74 commit 026a275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
compress: true,
4-
output: "export",
4+
// output: "export",
55
basePath: "/Blog",
66
assetPrefix: "/Blog/",
77
};

0 commit comments

Comments
 (0)