Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Nov 7, 2024
1 parent b03e23b commit 39377b7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/framework-integrations/nextjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ account and a

Transloadit’s strength is versatility. By doing video, audio, images, documents,
and more, you only need one vendor for [all your file processing
needs][transloadit-services]. The [`@uppy/transloadit`][] plugin directly
uploads to Transloadit so you only have to worry about creating a
[template][transloadit-concepts]. It uses
needs][transloadit-services]. The [`@uppy/transloadit`](/docs/transloadit)
plugin directly uploads to Transloadit so you only have to worry about creating
a [template][transloadit-concepts]. It uses
[Tus](#i-want-reliable-resumable-uploads) under the hood so you don’t have to
sacrifice reliable, resumable uploads for convenience.

Expand Down Expand Up @@ -415,6 +415,10 @@ export default function UppyDashboard() {
the tab, Uppy can restore everything and continue uploading as if nothing
happened.

[transloadit-concepts]: https://transloadit.com/docs/getting-started/concepts/
[transloadit-services]: https://transloadit.com/services/
[react]: https://facebook.github.io/react
[tus]: https://tus.io/
[tus Node.js]: https://github.com/tus/tus-node-server
[`@tus/server`]:
https://github.com/tus/tus-node-server/tree/main/packages/server

0 comments on commit 39377b7

Please sign in to comment.