form 1 topics added
This commit is contained in:
@@ -2,6 +2,9 @@ import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "standalone",
|
||||
// Pin the workspace root to this project. A stray package-lock.json in the
|
||||
// parent directory otherwise makes Turbopack infer the wrong root and crash.
|
||||
turbopack: { root: __dirname },
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user