Skip to content

Commit

Permalink
Added assetPrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
YuxinZhang214 committed Aug 18, 2023
1 parent 5f4edd6 commit a9d429f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const nextConfig = {
};
return config;
},
//assetPrefix: "./",
basePath: isProd ? '/nurse-rostering' : ''
basePath: isProd ? '/nurse-rostering' : '',
assetPrefix: isProd ? '/nurse-rostering' : ''
};

module.exports = nextConfig;

0 comments on commit a9d429f

Please sign in to comment.