Skip to content

Commit 3e0a1e9

Browse files
author
Programming-Sai
committed
Modifying config file again
1 parent f1dc054 commit 3e0a1e9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

next.config.js

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
// Import the base path from the basePath.js file
2-
const BASE_PATH = require("./basePath");
3-
41
/** @type {import('next').NextConfig} */
52
const nextConfig = {
63
compress: true,
74
output: "export",
8-
basePath: BASE_PATH, // Use the imported base path
9-
assetPrefix: `${BASE_PATH}/`,
5+
basePath: "/Blog",
6+
assetPrefix: "/Blog/",
107
};
118

12-
export default nextConfig;
9+
module.exports = nextConfig;

0 commit comments

Comments
 (0)