Skip to content

Commit

Permalink
Modified Paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanks0465 committed Aug 28, 2024
1 parent 09dcc4c commit d36dd90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ let assetPrefix = `/${repo}/`;
let basePath = `/${repo}`;

const nextConfig = {
assetPrefix: process.env.GITHUB_ACTIONS ? assetPrefix : "",
basePath: process.env.GITHUB_ACTIONS ? basePath : "",
output: "export",
eslint: {
Expand Down

0 comments on commit d36dd90

Please sign in to comment.