Skip to content

Commit

Permalink
docs: fix file name for file router
Browse files Browse the repository at this point in the history
  • Loading branch information
th1m0 committed Jan 4, 2025
1 parent 157b94f commit bcfe1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/app/(docs)/getting-started/nuxt/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ the [File Router API](/file-routes).
`UploadRouter` for the module to pick up your router and it's types.
</Note>

```ts {{ title: "src/lib/server/uploadthing.ts" }}
```ts {{ title: "server/uploadthing.ts" }}
import type { H3Event } from "h3";

import { createUploadthing } from "uploadthing/h3";
Expand Down

0 comments on commit bcfe1e5

Please sign in to comment.