File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const getBasePath = () => {
1717 return process . env . NEXT_PUBLIC_BASE_PATH || "" ;
1818} ;
1919
20- const URDF_PATH = `${ getBasePath ( ) } /altair.urdf` ;
20+ const URDF_PATH = `${ getBasePath ( ) } /altair_dashboard/ altair.urdf` ;
2121const RAD_TO_DEG = 180 / Math . PI ;
2222const DEG_TO_RAD = Math . PI / 180 ;
2323
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ const nextConfig: NextConfig = {
1616 images : {
1717 unoptimized : true , // Disable default image optimization
1818 } ,
19- // assetPrefix: isProd ? '/altair_dashboard' : '',
20- // basePath: isProd ? '/altair_dashboard' : '',
19+ assetPrefix : isProd ? '/altair_dashboard' : '' ,
20+ basePath : isProd ? '/altair_dashboard' : '' ,
2121 output : "export" ,
2222} ;
2323
You can’t perform that action at this time.
0 commit comments