copy markdown fail with error for tanstack-start-openapi example
bug
### To Reproduce
1. clone https://github.com/fuma-nama/fumadocs/tree/dev/examples/tanstack-start-openapi
2. run dev server , navigate to http://localhost:3000/docs/test
3. click `copy markdown` button
4. clipboard output is error and console show 404 error
```html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot GET /docs/test.md</pre>
</body>
</html>
```
also see the chrome devtools console
### Current vs. Expected behavior
copy markdown fail with 404 error
<img width="1254" height="1010" alt="Image" src="https://github.com/user-attachments/assets/79784309-6a41-4068-b225-8a9ae83507c0" />
### Provide environment information
```bash
bun
```
### Which area(s) are affected? (Select all that apply)
Core
### Additional context
_No response_
关闭于 2026-05-31 5 条评论