Skip to content

Commit

Permalink
update next.config.mjs'
Browse files Browse the repository at this point in the history
  • Loading branch information
penleychan committed Jun 16, 2024
1 parent d8fd690 commit c90e52a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ const nextConfig = {
images: {
unoptimized: true,
},
basePath: 'hueforge-td',
};

if (process.env.NODE_ENV === 'production') {
nextConfig = {
...nextConfig,
basePath: 'hueforge-td',
};
}

export default nextConfig;

0 comments on commit c90e52a

Please sign in to comment.