Skip to content

Commit

Permalink
add assests prefx (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
mittal-ishaan authored Dec 22, 2024
1 parent 4761bd1 commit dab4e96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const nextConfig = {
return config;
},
basePath: process.env.BASE_PATH,
assetPrefix: process.env.BASE_PATH,
};

module.exports = nextConfig;

0 comments on commit dab4e96

Please sign in to comment.