Skip to content

Commit 9f0e4f0

Browse files
committed
Small redirect fix
1 parent a73181f commit 9f0e4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redirects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const developerDocsRedirects = [
8888
},
8989
{
9090
source: '/sdk/store/:path*',
91-
destination: '/sdk/miscellaneous/store/#size-limits:path*',
91+
destination: '/sdk/miscellaneous/store/:path*',
9292
},
9393
{
9494
source: '/sdk/processes/:path*',

0 commit comments

Comments
 (0)