1
0

chore: Some minor website modification changes
All checks were successful
Remote Deploy / deploy (push) Successful in 1m5s

This commit is contained in:
2026-02-12 20:18:37 +01:00
parent 793cce4ae7
commit df9fa7c605
8 changed files with 92 additions and 70 deletions

View File

@@ -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, '..'),
},
};