Skip to content

Commit b60fc90

Browse files
committed
Added basepath
1 parent 9fce484 commit b60fc90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const nextConfig = {
88
loader: "akamai",
99
path: "",
1010
},
11-
assetPrefix: "./",
11+
assetPrefix: "/Next.js-and-GitHub-Pages-Example/",
1212
};
1313

1414
export default nextConfig;

0 commit comments

Comments
 (0)