Skip to content

Commit

Permalink
updating paths
Browse files Browse the repository at this point in the history
  • Loading branch information
vnagpal25 committed Oct 14, 2024
1 parent 64d65c6 commit 08c77e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ module.exports = {
unoptimized: true,
},
basePath: process.env.DEPLOYED_GITHUB_PATH || '/vnagpal25.github.io',
assetPrefix: process.env.DEPLOYED_GITHUB_PATH ? `${process.env.DEPLOYED_GITHUB_PATH}/` : '/vnagpal25.github.io',
assetPrefix: process.env.DEPLOYED_GITHUB_PATH ? `${process.env.DEPLOYED_GITHUB_PATH}/` : '',
}

0 comments on commit 08c77e8

Please sign in to comment.