Skip to content

Commit

Permalink
update base/asset path
Browse files Browse the repository at this point in the history
  • Loading branch information
fermion committed Nov 25, 2024
1 parent bf5ff7e commit fc44912
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 @@ -7,8 +7,8 @@ const nextConfig: NextConfig = {
images: {
unoptimized: true,
},
basePath: isProduction ? "/staffplan.com" : "",
assetPrefix: isProduction ? "/staffplan.com" : "",
basePath: isProduction ? "/staffplan-website" : "",
assetPrefix: isProduction ? "/staffplan-website" : "",
};

export default nextConfig;

0 comments on commit fc44912

Please sign in to comment.