Skip to content

create-fumadocs-app@16.2.7

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Sep 15:20
· 7 commits to dev since this release
ee6a0f9

Move proxy.ts into src when the /src directory is enabled

The Next.js template ships a proxy.ts that rewrites <page>.md and Accept: text/markdown requests to the Markdown route.
With the /src option, the CLI moved app, lib and components into src but left proxy.ts at the project root, where Next.js silently ignores it.

The CLI now moves proxy.ts (and the other root convention files Next.js reads next to app) into src, so the Markdown rewrite runs in generated projects.