Skip to content

Commit

Permalink
Fix environment variables for next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Lotes committed Apr 12, 2023
1 parent 1b40229 commit 248bfce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gh-pages/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const nextConfig = {
reactStrictMode: true,
output: "export",
distDir: "build",
basePath: process.env.NEXT_PUBLIC_BASE_PATH,
images: {
unoptimized: true,
}
Expand Down

0 comments on commit 248bfce

Please sign in to comment.