You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading src/content with `fs` inside 'use cache' meant that in development
an edited .md file kept serving stale content on a normal reload (only a
hard refresh bypassed the cache), and nothing triggered a refresh on save
now that next-remote-watch is gone.
Import the files via import.meta.glob with Turbopack's built-in raw-loader
instead. The content is part of the module graph, so saving a .md file
Fast Refreshes the open page in place, and production bundles the files
rather than depending on outputFileTracingIncludes.
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments