chore: Some minor website modification changes
All checks were successful
Remote Deploy / deploy (push) Successful in 1m5s
All checks were successful
Remote Deploy / deploy (push) Successful in 1m5s
This commit is contained in:
@@ -5,7 +5,7 @@ const nextConfig: NextConfig = {
|
||||
reactCompiler: true,
|
||||
basePath: '/viewer',
|
||||
turbopack: {
|
||||
root: path.resolve(__dirname, '..'),
|
||||
root: process.env.NODE_ENV == "development" ? path.resolve(__dirname) : path.resolve(__dirname, '..'),
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user