Skip to content

Conversation

@kualta
Copy link
Collaborator

@kualta kualta commented Jan 11, 2026

Summary

Adds a postinstall script to regenerate the fumadocs .source/ directory after dependency installation. This directory was missing after upgrading to Next.js 16, causing 404 errors on docs pages.

Details

The .source/ directory contains generated fumadocs collection files required for the collections/server import. Since it's gitignored, it needs to be regenerated after bun install. Previously, this required a manual CLI command.

Test Plan

  • Fresh installations will automatically generate the .source/ directory
  • Docs pages should load without 404 errors

@vercel
Copy link

vercel bot commented Jan 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
talk Ready Ready Preview, Comment Jan 11, 2026 10:40pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants