Skip to content

Commit cfa3dc1

Browse files
authored
Update next.config.js
1 parent f12f2a4 commit cfa3dc1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

next.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/** @type {import('next').NextConfig} */
22
module.exports = {
33
output: "export",
4-
basePath: "/algenix.github.io", // Subdirectory for GitHub Pages
5-
assetPrefix: "/algenix.github.io", // Prefix for static assets
4+
basePath: "/algenix.github.io",
65
};

0 commit comments

Comments
 (0)