1
0

chore: Idk
All checks were successful
Remote Deploy / deploy (push) Successful in 20s

This commit is contained in:
2026-02-12 18:17:01 +01:00
parent e9ea35a064
commit 793cce4ae7

View File

@@ -1,10 +1,11 @@
import type { NextConfig } from "next";
import path from "path";
const nextConfig: NextConfig = {
reactCompiler: true,
basePath: '/viewer',
turbopack: {
root: __dirname,
root: path.resolve(__dirname, '..'),
},
};