We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1891a commit 340aa90Copy full SHA for 340aa90
1 file changed
src/mdx.ts
@@ -281,7 +281,7 @@ export async function getDevDocsFrontMatterUncached(): Promise<FrontMatter[]> {
281
const metadata = getGitMetadata(sourcePath);
282
// Ensure we create a completely new object to avoid any reference sharing
283
gitMetadata = metadata ? {...metadata} : undefined;
284
-
+
285
// Log during build to debug Vercel issues
286
if (process.env.CI || process.env.VERCEL) {
287
console.log(`[BUILD] Git metadata for ${sourcePath}:`, gitMetadata);
0 commit comments