Skip to content

Commit

Permalink
udpating paths
Browse files Browse the repository at this point in the history
  • Loading branch information
vnagpal25 committed Oct 14, 2024
1 parent 4fdf2a4 commit 64d65c6
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}/` : '/',
assetPrefix: process.env.DEPLOYED_GITHUB_PATH ? `${process.env.DEPLOYED_GITHUB_PATH}/` : '/vnagpal25.github.io',
}

0 comments on commit 64d65c6

Please sign in to comment.