Skip to content

Commit

Permalink
trying to fix up the asset paths
Browse files Browse the repository at this point in the history
  • Loading branch information
fermion committed Nov 25, 2024
1 parent fc44912 commit bbb1535
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-website" : "",
assetPrefix: isProduction ? "/staffplan-website" : "",
// basePath: isProduction ? "/staffplan-website" : "",
// assetPrefix: isProduction ? "/staffplan-website" : "",
};

export default nextConfig;

0 comments on commit bbb1535

Please sign in to comment.