fix deployment for example (#701)

This commit is contained in:
Chris Tate
2026-03-09 17:41:04 -05:00
committed by GitHub
parent f6c83e410b
commit c2794232ee
3 changed files with 2 additions and 10 deletions
+1 -4
View File
@@ -1,8 +1,5 @@
import type { NextConfig } from "next";
import path from "node:path";
const nextConfig: NextConfig = {
outputFileTracingRoot: path.resolve(import.meta.dirname, "../../"),
};
const nextConfig: NextConfig = {};
export default nextConfig;