Skip to content

Commit ae091a5

Browse files
committed
Added basepath
1 parent b60fc90 commit ae091a5

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,8 +5,8 @@ const nextConfig = {
55
basePath: "/Next.js-and-GitHub-Pages-Example",
66
output: "export",
77
images: {
8-
loader: "akamai",
9-
path: "",
8+
loader: "default",
9+
path: "/Next.js-and-GitHub-Pages-Example/",
1010
},
1111
assetPrefix: "/Next.js-and-GitHub-Pages-Example/",
1212
};

0 commit comments

Comments
 (0)