Skip to content

Commit

Permalink
Merge pull request #502 from OffchainLabs/stylus-root-dir-redirect
Browse files Browse the repository at this point in the history
Stylus - root dir redirect
  • Loading branch information
symbolpunk authored Aug 31, 2023
2 parents f3f9806 + 9402832 commit 66588a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"destination": "/stylus/stylus-gentle-introduction",
"permanent": false
},
{
"source": "/stylus/",
"destination": "/stylus/stylus-gentle-introduction",
"permanent": false
},
{
"source": "/stylus/rust-sdk-guide",
"destination": "/stylus/reference/rust-sdk-guide",
Expand Down

1 comment on commit 66588a8

@vercel
Copy link

@vercel vercel bot commented on 66588a8 Aug 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.