We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea863e commit 78ccb29Copy full SHA for 78ccb29
next.config.mjs
@@ -2,6 +2,10 @@
2
* @type {import('next').NextConfig}
3
*/
4
const nextConfig = {
5
+ basePath:
6
+ process.env.NODE_ENV === "production"
7
+ ? "/Next.js-and-GitHub-Pages-Example"
8
+ : "",
9
output: "export",
10
images: {
11
loader: "akamai",
0 commit comments