Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Jul 11, 2024
2 parents 0c5ee68 + fc2c977 commit cd1d82b
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 412 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ const config = {
'@docusaurus/plugin-client-redirects',
{
redirects: [
{
to: '/docs/aws-s3',
from: ['/docs/aws-s3-multipart'],
},
{
to: '/docs/guides/migration-guides',
from: ['/docs/migration-guides.html'],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@uppy/core": "latest",
"@uppy/dashboard": "latest",
"@uppy/dropbox": "latest",
"@uppy/golden-retriever": "^3.0.2",
"@uppy/golden-retriever": "latest",
"@uppy/google-drive": "latest",
"@uppy/google-photos": "latest",
"@uppy/image-editor": "latest",
Expand Down
4 changes: 2 additions & 2 deletions src/pages/examples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,9 @@ function Page() {
<Link
target="_blank"
rel="noopener"
href="https://codesandbox.io/s/uppy-dashboard-xpxuhd"
href="https://stackblitz.com/edit/vitejs-vite-zaqyaf?file=main.js"
>
CodeSandbox
StackBlitz
</Link>
</p>
</div>
Expand Down
Loading

0 comments on commit cd1d82b

Please sign in to comment.