Skip to content

Commit 178fde8

Browse files
committed
CCM-9750: set nextjs asset prefix
1 parent 25fcf34 commit 178fde8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const nextConfig = (phase) => {
1212
process.env.INCLUDE_AUTH_PAGES === 'true' || isDevServer;
1313

1414
return {
15+
assetPrefix: basePath,
1516
basePath,
1617
env: {
1718
basePath,

0 commit comments

Comments
 (0)