Skip to content

Commit c78e169

Browse files
committed
Added basepath
1 parent ae091a5 commit c78e169

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

next.config.mjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ const nextConfig = {
55
basePath: "/Next.js-and-GitHub-Pages-Example",
66
output: "export",
77
images: {
8-
loader: "default",
8+
loader: "akamai",
99
path: "/Next.js-and-GitHub-Pages-Example/",
1010
},
11-
assetPrefix: "/Next.js-and-GitHub-Pages-Example/",
11+
assetPrefix: "/Next.js-and-GitHub-Pages-Example",
1212
};
1313

1414
export default nextConfig;

0 commit comments

Comments
 (0)