Skip to content

Commit 93afad5

Browse files
committed
Merge branch 'main' into 4.0-blog-post
* main: Add aws-s3-multipart -> aws-s3 redirect (#260) deps: update uppy to 4.0.0 (#261) Trigger CI Link to StackBlitz on example page deps: update uppy to 3.27.3 (#257)
2 parents c7ae842 + fc2c977 commit 93afad5

File tree

4 files changed

+378
-371
lines changed

4 files changed

+378
-371
lines changed

docusaurus.config.js

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ const config = {
4444
'@docusaurus/plugin-client-redirects',
4545
{
4646
redirects: [
47+
{
48+
to: '/docs/aws-s3',
49+
from: ['/docs/aws-s3-multipart'],
50+
},
4751
{
4852
to: '/docs/guides/migration-guides',
4953
from: ['/docs/migration-guides.html'],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@uppy/core": "latest",
6363
"@uppy/dashboard": "latest",
6464
"@uppy/dropbox": "latest",
65-
"@uppy/golden-retriever": "^3.0.2",
65+
"@uppy/golden-retriever": "latest",
6666
"@uppy/google-drive": "latest",
6767
"@uppy/image-editor": "latest",
6868
"@uppy/instagram": "latest",

src/pages/examples.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,9 @@ function Page() {
288288
<Link
289289
target="_blank"
290290
rel="noopener"
291-
href="https://codesandbox.io/s/uppy-dashboard-xpxuhd"
291+
href="https://stackblitz.com/edit/vitejs-vite-zaqyaf?file=main.js"
292292
>
293-
CodeSandbox
293+
StackBlitz
294294
</Link>
295295
</p>
296296
</div>

0 commit comments

Comments
 (0)