Skip to content

Commit

Permalink
fix: change path in config
Browse files Browse the repository at this point in the history
  • Loading branch information
jakapozun committed Nov 6, 2024
1 parent 6ed7c8d commit b0dd0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const nextConfig: import('next').NextConfig = {
images: {
unoptimized: true,
},
basePath: isProd ? '/IXI-Labs-website' : '',
assetPrefix: isProd ? '/IXI-Labs-website' : '',
basePath: isProd ? 'https://www.ixilabs.com/' : '',
assetPrefix: isProd ? 'https://www.ixilabs.com/' : '',
};

export default withNextIntl(nextConfig);

0 comments on commit b0dd0c5

Please sign in to comment.