This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
import type { NextConfig } from "next";
|
import type { NextConfig } from "next";
|
||||||
|
import path from "path";
|
||||||
|
|
||||||
const nextConfig: NextConfig = {
|
const nextConfig: NextConfig = {
|
||||||
reactCompiler: true,
|
reactCompiler: true,
|
||||||
basePath: '/viewer',
|
basePath: '/viewer',
|
||||||
turbopack: {
|
turbopack: {
|
||||||
root: __dirname,
|
root: path.resolve(__dirname, '..'),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user